Microsoft.SystemCenter.Advisor.Internal.AdvisorConnectorAdvisorConnector 類別

Microsoft.SystemCenter.Advisor.Internal.AdvisorConnector (ClassType)

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8efb1226-f3cb-b49c-3dd5-7d78ae53bcb1

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  物件狀態 物件狀態 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  資產狀態 資產狀態 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  附註 附註 false 4000       
Microsoft.SystemCenter.Advisor.Internal.AdvisorConnector:
AgentID  string  代理程式識別碼 識別 Advisor Connector 的唯一識別碼 true 256  False     
PrincipalName  string  主要名稱 已安裝並啟用 Advisor Connector 的目標機器主要名稱 false 256  False     
Version  string  版本 Advisor Connector 的版本號碼 false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Advisor.Internal.AdvisorConnector" Base="Windows!Microsoft.Windows.LocalApplication" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<!-- Inside this section, you can add and remove properties as needed.
More information can be found in the Management Pack Development Kit:
http://msdn.microsoft.com/en-us/library/ee533714.aspx -->
<Property ID="AgentID" Type="string" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="PrincipalName" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="Version" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
</ClassType>