Microsoft.SystemCenter2012.ConfigurationManager.SiteConfigMgr 사이트

Microsoft.SystemCenter2012.ConfigurationManager.Site (ClassType)

Configuration Manager 사이트

Knowledge Base article:

요약

Configuration Manager 사이트

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId546b96ce-9311-7995-8040-ee6d0883a247

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.SystemCenter2012.ConfigurationManager.Site:
SiteServer  string  사이트 서버 true 512  False 
SiteCode  string  사이트 코드 false  False 
SiteName  string  사이트 이름 false 255  False 
HierarchyId  guid  계층 ID false 255   
Version  string  버전 false 256  False 
SiteType  int  사이트 유형 false 256   
SiteTypeName  string  사이트 유형 이름 false 256  False 
ParentSiteCode  string  부모 사이트 코드 false  False 
Domain  string  도메인 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter2012.ConfigurationManager.Site" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="false" Singleton="false">
<Property ID="SiteServer" Type="string" Key="true" CaseSensitive="false" Length="512" MinLength="0"/>
<Property ID="SiteCode" Type="string" Key="false" CaseSensitive="false" Length="3" MinLength="0"/>
<Property ID="SiteName" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="HierarchyId" Type="guid" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="Version" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SiteType" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SiteTypeName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ParentSiteCode" Type="string" Key="false" CaseSensitive="false" Length="3" MinLength="0"/>
<Property ID="Domain" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>