Microsoft.SQLServerAppliance.APS.ComponentAPS Component

Microsoft.SQLServerAppliance.APS.Component (ClassType)

Element properties:

Base ClassSystem.ApplicationComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId213b0b5f-500a-6e33-4c56-b323c904ac49

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.SQLServerAppliance.APS.Component:
ApplianceID  string  Appliance Name true 256  False 
NodeID  int  Node ID true 256   
NodeName  string  Node Name false 32  False 
GroupName  string  Component Group Name false 256  False 
ID  int  ID true 256   
ApplianceNetworkAddress  string  Appliance Network Address false 256  False 
ApplianceTdsAddress  string  Appliance TDS Address false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServerAppliance.APS.Component" Base="System!System.ApplicationComponent" Accessibility="Public" Abstract="true" Hosted="true" Singleton="false">
<Property ID="ApplianceID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="NodeID" Type="int" Key="true"/>
<Property ID="NodeName" Type="string" Key="false" CaseSensitive="false" Length="32" MinLength="0"/>
<Property ID="GroupName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ID" Type="int" Key="true"/>
<Property ID="ApplianceNetworkAddress" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ApplianceTdsAddress" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>