Microsoft.Windows.Cluster.ComponentComponente de Cluster

Microsoft.Windows.Cluster.Component (ClassType)

Classe componente de cluster do 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 (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Microsoft.Windows.Cluster.Component:
ClusterName  string  Nome do Cluster Nome do cluster do Windows. true 256  False 
ObjectName  string  Nome do Componente Nome do componente do cluster do 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>