Share via


ActiveDirectorySchemaProperty.SchemaGuid 属性

定义

获取或设置 ActiveDirectorySchemaProperty 对象的 schemaIDGuid。

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

属性值

一个 Guid,它表示 ActiveDirectorySchemaProperty 对象的 schemaIDGuid。

例外

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

目标服务器忙或不可用。

注解

SchemaGuid用于许多Active Directory 域服务配置操作,例如管理扩展权限。

有关详细信息,请参阅 Schema-ID-GUID 一文。

适用于

另请参阅