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 (KOR) Description (KOR) 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>