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