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

例外

基になるディレクトリ サービスの呼び出しでエラーが発生しました。

ターゲット サーバーが、ビジー状態か、または使用できません。

適用対象

こちらもご覧ください