Microsoft.SystemCenter.ConnectorConnettore

Microsoft.SystemCenter.Connector (ClassType)

Questa classe rappresenta un connettore che riceve e fornisce dati all'interno del gruppo di gestione tramite 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 (ITA) Description (ITA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False 
Microsoft.SystemCenter.Connector:
Id  string  ID connettore ID connettore true 256  False 
Name  string  Nome connettore Nome connettore false 256  False 
Description  string  Descrizione connettore Descrizione connettore false 256  False 
DiscoveryDataIsManaged  bool  È gestito dai dati di individuazione È gestito dai dati di individuazione false 256   
DiscoveryDataIsShared  bool  È condiviso dai dati di individuazione È gestito dai dati di individuazione false 256   
Incoming  bool  È in arrivo È in arrivo false 256   
Outgoing  bool  È in uscita È in uscita 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>