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 (CHS) Description (CHS) 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 256  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="256"/>
</ClassType>