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