Microsoft.Windows.Server.AD.ForestDoménová struktura služby Active Directory

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

Instance této třídy představují doménové struktury služby AD

Element properties:

Base ClassMicrosoft.Windows.Server.AD.ServiceComponent
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId02e23741-1854-afbf-d609-97df79b2e9e7

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CSY) Description (CSY) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.Server.AD.Forest:
Name  string  Název true 255  False 
SchemaMaster  string  Hlavní server schémat false 255  False 
DomainNamingMaster  string  Hlavní názvový server domény false 255  False 
LastDiscovery  string  Vyhrazeno false 255  False 

Health Model:

Source Code:

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