Microsoft.Windows.Server.AD.DomainActive Directory ドメイン

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

このクラスのインスタンスは AD ドメインを表します

Element properties:

Base ClassMicrosoft.Windows.Server.AD.ServiceComponent
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId36c641fc-f617-6d1c-3dba-f380541681db

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.Domain:
Name  string  [名前] true 255  False 
DefaultNamingContext  string  既定の名前付けコンテキスト false 255  False 
PDCEmulator  string  PDC エミュレーター false 255  False 
RIDMaster  string  RID マスター false 255  False 
InfrastructureMaster  string  インフラストラクチャ マスター false 255  True 
LastDiscovery  string  予約済み false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.AD.Domain" Accessibility="Public" Abstract="false" Base="Microsoft.Windows.Server.AD.ServiceComponent" Hosted="false" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="DefaultNamingContext" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="PDCEmulator" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="RIDMaster" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="InfrastructureMaster" Type="string" Key="false" CaseSensitive="true" Length="255" MinLength="0"/>
<Property ID="LastDiscovery" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>