Microsoft.Windows.Server.AD.Library.ForestActive Directory 포리스트

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

이 클래스의 인스턴스는 AD 포리스트를 나타냅니다.

Element properties:

Base ClassMicrosoft.Windows.Server.AD.Library.ServiceComponent
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3b7ba2a9-7da2-40f7-8e41-9d9b81438b1e

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.Library.Forest:
Name  string  이름 true 255  False 
SchemaMaster  string  스키마 마스터 false 255  False 
DomainNamingMaster  string  도메인 명명 마스터 false 255  False 
LastDiscovery  string  예약됨 false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.AD.Library.Forest" Accessibility="Public" Abstract="false" Base="Microsoft.Windows.Server.AD.Library.ServiceComponent" Hosted="false" 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="LastDiscovery" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
</ClassType>