ActiveDirectorySchemaProperty.IsIndexed 속성

정의

스키마 속성이 Active Directory Domain Services 저장소에 인덱싱되어 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IsIndexed { bool get(); void set(bool value); };
public bool IsIndexed { get; set; }
member this.IsIndexed : bool with get, set
Public Property IsIndexed As Boolean

속성 값

Boolean 현재 스키마 속성이 Active Directory Domain Services 저장소에 인덱싱되는지 여부를 나타내는 값입니다. 속성이 인덱싱되어 있으면 true이고, 그렇지 않으면 false입니다.

예외

기본 디렉터리 서비스에 대한 호출에서 오류가 발생했습니다.

대상 서버를 사용 중이거나 사용할 수 없습니다.

적용 대상

추가 정보