Microsoft.Windows.Server.AD.SiteActive Directory 站点

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

此类的实例代表 AD 站点

Element properties:

Base ClassMicrosoft.Windows.Server.AD.ServiceComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc92ee0ce-bd30-8b68-cf55-901606fbc53d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.Windows.Server.AD.Site:
Name  string  名称 true 256  False 
ISTGEnabled  string  已启用站点间拓扑生成器 false 255  False 
Subnets  string  子网 false 255  False 
ISTGRoleHolder  string  站点间拓扑生成器角色持有者 false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.AD.Site" Accessibility="Public" Abstract="false" Base="Microsoft.Windows.Server.AD.ServiceComponent" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ISTGEnabled" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="Subnets" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ISTGRoleHolder" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>