Share via


ActiveDirectorySchemaProperty.IsIndexed 属性

定义

获取或设置一个值,该值指示在 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

例外

调用基础目录服务导致错误。

目标服务器忙或不可用。

适用于

另请参阅