Microsoft.Windows.Server.AD.Library.DomainControllerRoleComputerrolle des Active Directory-Domänencontrollers

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

Instanzen dieser Klasse repräsentieren Active Directory-Domänencontroller, die unter Windows Server ausgeführt werden.

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 (DEU) Description (DEU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Anzeigename Anzeigename des Überwachungsobjekts. false 256  False 
Microsoft.Windows.Server.AD.Library.DomainControllerRole:
Name  string  Hostname des Domänencontrollers true 255  False 
SchemaMaster  string  Schemamaster false 255  False 
DomainNamingMaster  string  Domänennamenmaster false 255  False 
PDCEmulator  string  PDC-Emulator false 255  True 
RIDMaster  string  RID-Master false 255  True 
InfrastructureMaster  string  Infrastrukturmaster false 255  True 
IsGlobalCatalogServer  string  Globaler Katalogserver 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>