Microsoft.Windows.Server.AD.Library.DomainControllerRoleActive Directory 域控制器计算机角色

Microsoft.Windows.Server.AD.Library.DomainControllerRole (ClassType)

此类的实例代表在 Windows Server 上运行的 AD 域控制器

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3d88b7e5-1d43-91df-9fd7-1be209140103

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.Windows.Server.AD.Library.DomainControllerRole:
Name  string  DC 主机名 true 255  False 
SchemaMaster  string  架构主机 false 255  False 
DomainNamingMaster  string  域命名主机 false 255  False 
PDCEmulator  string  PDC 仿真器 false 255  True 
RIDMaster  string  RID 主机 false 255  True 
InfrastructureMaster  string  体系结构主机 false 255  True 
IsGlobalCatalogServer  string  全局编录服务器 false 255  True 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.AD.Library.DomainControllerRole" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="SchemaMaster" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="DomainNamingMaster" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="PDCEmulator" Type="string" Key="false" CaseSensitive="true" MinLength="0" Length="255"/>
<Property ID="RIDMaster" Type="string" Key="false" CaseSensitive="true" MinLength="0" Length="255"/>
<Property ID="InfrastructureMaster" Type="string" Key="false" CaseSensitive="true" MinLength="0" Length="255"/>
<Property ID="IsGlobalCatalogServer" Type="string" Key="false" CaseSensitive="true" MinLength="0" Length="255"/>
</ClassType>