ActiveDirectorySchemaProperty 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
클래스는 ActiveDirectorySchemaProperty 스키마 파티션에 포함된 스키마 속성 정의를 나타냅니다.
public ref class ActiveDirectorySchemaProperty : IDisposable
public class ActiveDirectorySchemaProperty : IDisposable
type ActiveDirectorySchemaProperty = class
interface IDisposable
Public Class ActiveDirectorySchemaProperty
Implements IDisposable
- 상속
-
ActiveDirectorySchemaProperty
- 구현
생성자
| Name | Description |
|---|---|
| ActiveDirectorySchemaProperty(DirectoryContext, String) |
ActiveDirectorySchemaProperty 클래스의 새 인스턴스를 초기화합니다. |
속성
| Name | Description |
|---|---|
| CommonName |
개체의 CN(공용 이름)을 ActiveDirectorySchemaProperty 가져오거나 설정합니다. |
| Description |
개체에 대한 설명을 ActiveDirectorySchemaProperty 가져오거나 설정합니다. |
| IsDefunct |
개체가 소멸되었는지 여부를 ActiveDirectorySchemaProperty 나타내는 값을 가져오거나 설정합니다. |
| IsInAnr |
스키마 속성이 ANR 집합에 있는지 여부를 나타내는 값을 가져오거나 설정합니다. |
| IsIndexed |
스키마 속성이 Active Directory Domain Services 저장소에서 인덱싱되는지 여부를 나타내는 값을 가져오거나 설정합니다. |
| IsIndexedOverContainer |
스키마 속성이 모든 컨테이너에서 인덱싱되는지 여부를 나타내는 값을 가져오거나 설정합니다. |
| IsInGlobalCatalog |
스키마 속성이 글로벌 카탈로그에 포함되어 있는지 여부를 나타내는 값을 가져오거나 설정합니다. |
| IsOnTombstonedObject |
스키마 속성이 삭제된 속성을 포함하는 삭제 표시 개체에 있는지 여부를 나타내는 값을 가져오거나 설정합니다. |
| IsSingleValued |
스키마 속성이 단일 값인지 여부를 나타내는 값을 가져오거나 설정합니다. |
| IsTupleIndexed |
이 스키마 속성에 대한 튜플 인덱스가 있는지 여부를 나타내는 값을 가져오거나 설정합니다. |
| Link |
ActiveDirectorySchemaProperty 현재 스키마 속성에 대한 해당 링크를 가져옵니다. |
| LinkId |
스키마 속성이 연결된 경우 링크 식별자의 값을 가져오거나 설정합니다. |
| Name |
개체의 ldapDisplayName을 ActiveDirectorySchemaProperty 가져옵니다. |
| Oid |
스키마 속성의 OID를 가져오거나 설정합니다. |
| RangeLower |
스키마 속성에 사용할 수 있는 최소값 또는 길이를 나타내는 값을 가져오거나 설정합니다. |
| RangeUpper |
개체가 가질 수 있는 최대값 또는 길이 ActiveDirectorySchemaProperty 를 나타내는 값을 가져오거나 설정합니다. |
| SchemaGuid |
개체의 schemaIDGuid를 ActiveDirectorySchemaProperty 가져오거나 설정합니다. |
| Syntax |
개체의 속성 형식(구문)을 나타내는 개체를 ActiveDirectorySchemaProperty 가져오거나 설정합니다ActiveDirectorySyntax. |
메서드
| Name | Description |
|---|---|
| Dispose() |
개체에서 사용하는 리소스를 ActiveDirectorySchemaProperty 해제합니다. |
| Dispose(Boolean) |
개체에서 사용하는 ActiveDirectorySchemaProperty 관리되지 않는 리소스를 해제하고, 필요에 따라 관리되지 않는 리소스를 해제합니다. |
| Equals(Object) |
지정한 개체와 현재 개체가 같은지 여부를 확인합니다. (다음에서 상속됨 Object) |
| FindByName(DirectoryContext, String) |
지정된 디렉터리 컨텍스트 및 이름과 일치하는 Active Directory Domain Services 스키마 파티션에서 ActiveDirectorySchemaProperty 개체를 가져옵니다. |
| GetDirectoryEntry() |
DirectoryEntry 개체에 대한 ActiveDirectorySchemaProperty 개체를 가져옵니다. |
| GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
| GetType() |
현재 인스턴스의 Type 가져옵니다. (다음에서 상속됨 Object) |
| MemberwiseClone() |
현재 Object단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
| Save() |
현재 ActiveDirectorySchemaProperty 개체의 모든 변경 내용을 기본 디렉터리 저장소에 커밋합니다. |
| ToString() |
개체의 LDAP 표시 이름을 ActiveDirectorySchemaProperty 가져옵니다. |