ActiveDirectorySchemaProperty.IsIndexed 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出此結構描述屬性是否在 Active Directory 網域服務存放區中建立索引。
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 網域服務 存放區中編製索引。 如果屬性是索引屬性則為 true
,否則為 false
。
例外狀況
呼叫基礎目錄服務時,發生錯誤。
目標伺服器忙碌或無法使用。