ActiveDirectorySchema 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
클래스는 ActiveDirectorySchema 특정 도메인에 대한 스키마 파티션을 나타냅니다.
public ref class ActiveDirectorySchema : System::DirectoryServices::ActiveDirectory::ActiveDirectoryPartition
public class ActiveDirectorySchema : System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition
type ActiveDirectorySchema = class
inherit ActiveDirectoryPartition
Public Class ActiveDirectorySchema
Inherits ActiveDirectoryPartition
- 상속
속성
| Name | Description |
|---|---|
| Name |
파티션 이름을 가져옵니다. (다음에서 상속됨 ActiveDirectoryPartition) |
| SchemaRoleOwner |
스키마 마스터 역할 소유자를 가져옵니다. |
메서드
| Name | Description |
|---|---|
| Dispose() |
개체에서 보유하는 관리되는 리소스와 관리되지 않는 리소스를 모두 해제합니다. (다음에서 상속됨 ActiveDirectoryPartition) |
| Dispose(Boolean) |
개체에서 사용하는 관리되는 리소스를 ActiveDirectorySchema 해제하고 필요에 따라 관리되지 않는 리소스를 해제합니다. |
| Equals(Object) |
지정된 개체가 현재 개체와 같은지 여부를 확인합니다. (다음에서 상속됨 Object) |
| FindAllClasses() |
스키마의 모든 Active Directory Domain Services 클래스를 검색합니다. |
| FindAllClasses(SchemaClassType) |
지정된 형식의 스키마에서 모든 Active Directory Domain Services 클래스를 검색합니다. |
| FindAllDefunctClasses() |
스키마에서 소멸된 Active Directory Domain Services 클래스를 모두 검색합니다. |
| FindAllDefunctProperties() |
스키마에서 소멸된 Active Directory Domain Services 속성을 모두 검색합니다. |
| FindAllProperties() |
스키마의 모든 Active Directory Domain Services 속성을 검색합니다. |
| FindAllProperties(PropertyTypes) |
지정된 형식의 스키마에서 Active Directory Domain Services 속성을 모두 검색합니다. |
| FindClass(String) |
지정된 이름의 클래스를 검색합니다. |
| FindDefunctClass(String) |
지정된 일반 이름을 포함하는 소멸 클래스를 검색합니다. |
| FindDefunctProperty(String) |
지정된 일반 이름을 포함하는 소멸 속성을 검색합니다. |
| FindProperty(String) |
지정된 이름의 속성을 검색합니다. |
| GetCurrentSchema() |
현재 로그온한 사용자가 멤버인 포리스트의 스키마 개체를 가져옵니다. |
| GetDirectoryEntry() |
디렉터리 파티션을 DirectoryEntry 나타내는 개체를 검색합니다. |
| GetHashCode() |
기본 해시 함수로 사용됩니다. (다음에서 상속됨 Object) |
| GetSchema(DirectoryContext) |
지정된 컨텍스트에 대한 스키마 개체를 검색합니다. |
| GetType() |
현재 인스턴스의 Type 가져옵니다. (다음에서 상속됨 Object) |
| MemberwiseClone() |
현재 Object단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
| RefreshSchema() |
클라이언트 컴퓨터에서 스키마 캐시를 새로 고칩니다. |
| ToString() |
현재 디렉터리 파티션의 문자열 표현을 검색합니다. (다음에서 상속됨 ActiveDirectoryPartition) |