Microsoft.Windows.Cluster.Component클러스터 구성 요소

Microsoft.Windows.Cluster.Component (ClassType)

Windows 클러스터 구성 요소 클래스입니다.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId77671851-c72d-5916-7e13-a2780f92e9cd

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.Cluster.Component:
ClusterName  string  클러스터 이름 Windows 클러스터의 이름입니다. true 256  False 
ObjectName  string  구성 요소 이름 Windows 클러스터 구성 요소의 이름입니다. true 4000  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Cluster.Component" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="false" Singleton="false">
<Property ID="ClusterName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ObjectName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="4000"/>
</ClassType>