ActiveDirectorySchemaClass.SchemaGuid 属性
定义
获取或设置 ActiveDirectorySchemaClass 对象的 schemaIDGUID。Gets or sets the schemaIDGUID for the ActiveDirectorySchemaClass object.
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 对象,该对象包含对象的 schemaIDGUID ActiveDirectorySchemaClass 。A Guid object that contains the schemaIDGUID for the ActiveDirectorySchemaClass object..
例外
调用基础目录服务导致错误。A call to the underlying directory service resulted in an error.
目标服务器忙或不可用。The target server is either busy or unavailable.
注解
SchemaGuid在许多 Active Directory 域服务配置操作(如管理扩展权限)中使用。The SchemaGuid is used in many Active Directory Domain Services configuration operations, such as managing extended rights.
有关详细信息,请参阅 schemaIDGUID 或 架构 ID-GUID。For more information, see schemaIDGUID or Schema-ID-GUID.