Microsoft.SystemCenter.Connector連接器

Microsoft.SystemCenter.Connector (ClassType)

此類別代表使用 MCF 擷取和提供資料到管理群組的連接器。

Element properties:

Base ClassSystem.AdminItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2d63134b-491f-ae0b-d71b-81ff238422bf
Commentrepresents a registered Connector to an external system

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False 
Microsoft.SystemCenter.Connector:
Id  string  連接器識別碼 連接器識別碼 true 256  False 
Name  string  連接器名稱 連接器名稱 false 256  False 
Description  string  連接器描述 連接器描述 false 256  False 
DiscoveryDataIsManaged  bool  是受到探索資料管理 是受到探索資料管理 false 256   
DiscoveryDataIsShared  bool  是否共用探索資料 是受到探索資料管理 false 256   
Incoming  bool  是否為傳入 是否為傳入 false 256   
Outgoing  bool  是否為傳出 是否為傳出 false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Connector" Comment="represents a registered Connector to an external system" Accessibility="Public" Abstract="false" Base="AdminItem!System.AdminItem" Hosted="false" Singleton="false">
<Property ID="Id" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="DiscoveryDataIsManaged" Type="bool" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="DiscoveryDataIsShared" Type="bool" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="Incoming" Type="bool" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="Outgoing" Type="bool" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
</ClassType>