Microsoft.Windows.Server.AD.SiteLinkActive Directory 站点链接

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

此类的实例代表 AD 站点链接

Element properties:

Base ClassMicrosoft.Windows.Server.AD.ServiceComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1b8114ce-283f-8d9c-bddd-323cf92543fa

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.SiteLink:
Name  string  名称 true 255  False 
Cost  string  成本 false 255  False 
ReplicationInterval  string  复制间隔 false 255  False 
Transport  string  传输 false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.AD.SiteLink" Accessibility="Public" Abstract="false" Base="Microsoft.Windows.Server.AD.ServiceComponent" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="Cost" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ReplicationInterval" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="Transport" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>