Microsoft.Windows.Server.AD.Library.DomainControllerRoleRuolo computer controller di dominio di Active Directory

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

Le istanze di questa classe rappresentano i controller di dominio di Active Directory in esecuzione in Windows Server

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdbcd0fc21-423e-a059-f3c1-b218bbda7f90

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto di monitoraggio. false 256  False 
Microsoft.Windows.Server.AD.Library.DomainControllerRole:
Name  string  Nome host controller di dominio true 255  False 
SchemaMaster  string  Master schema false 255  False 
DomainNamingMaster  string  Master per la denominazione dei domini false 255  False 
PDCEmulator  string  Emulatore PDC false 255  True 
RIDMaster  string  Master RID false 255  True 
InfrastructureMaster  string  Master infrastrutture false 255  True 
IsGlobalCatalogServer  string  Server di catalogo globale 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>