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 (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 개체의 표시 이름입니다. false 4000  False 
Microsoft.SystemCenter.Connector:
Id  string  커넥터 ID 커넥터 ID 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>