Microsoft.Windows.Server.AD.DomainControllerRoleActive Directory ドメイン コントローラ コンピュータのロール

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

このクラスのインスタンスは、Windows サーバー上で実行されている AD ドメイン コントローラを表します。

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1c821310-40ec-fad2-48bc-f2ac6318c802

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 256  False 
Microsoft.Windows.Server.AD.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.DomainControllerRole" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="SchemaMaster" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="DomainNamingMaster" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="PDCEmulator" Type="string" Key="false" CaseSensitive="true" Length="255" MinLength="0"/>
<Property ID="RIDMaster" Type="string" Key="false" CaseSensitive="true" Length="255" MinLength="0"/>
<Property ID="InfrastructureMaster" Type="string" Key="false" CaseSensitive="true" Length="255" MinLength="0"/>
<Property ID="IsGlobalCatalogServer" Type="string" Key="false" CaseSensitive="true" Length="255" MinLength="0"/>
</ClassType>