System.LinkingFramework.DataConnectorConnettore dati infrastruttura di collegamento (interna)

System.LinkingFramework.DataConnector (ClassType)

Classe interna che contiene la configurazione dell'infrastruttura di collegamento relativa ai connettori

Element properties:

Base ClassSystem.AdminItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId47d75954-464e-739b-5609-7432e1ee57d8

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 
System.LinkingFramework.DataConnector:
DataConnectorName  string      true 256  False 
IsProvider  bool      false 256   
SolutionName  string      false 256  False 
EntryPoint  string      false 256  False 
Settings  string      false 256  False 
EntryAssembly  string      false 4096  False 
WinFormUIAssembly  string      false 4096  False 
WebUIAssembly  string      false 4096  False 
InstallSQLScripts  string      false 65536  False 
UninstallSQLScripts  string      false 65536  False 
DisableParallelProcess  bool      false 256   

Health Model:

Source Code:

<ClassType ID="System.LinkingFramework.DataConnector" Base="AdminItem!System.AdminItem" Accessibility="Public" Abstract="false">
<Property ID="DataConnectorName" Type="string" Key="true"/>
<Property ID="IsProvider" Type="bool"/>
<Property ID="SolutionName" Type="string"/>
<Property ID="EntryPoint" Type="string"/>
<Property ID="Settings" Type="string"/>
<Property ID="EntryAssembly" Type="string" MaxLength="4096"/>
<Property ID="WinFormUIAssembly" Type="string" MaxLength="4096"/>
<Property ID="WebUIAssembly" Type="string" MaxLength="4096"/>
<Property ID="InstallSQLScripts" Type="string" MaxLength="65536"/>
<Property ID="UninstallSQLScripts" Type="string" MaxLength="65536"/>
<Property ID="DisableParallelProcess" Type="bool"/>
</ClassType>