System.LinkingFramework.DataSource链接框架数据源(内部)

System.LinkingFramework.DataSource (ClassType)

包含链接框架数据源的内部类

Element properties:

Base ClassMicrosoft.SystemCenter.Connector
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId933cd8e3-c675-147c-7710-9c096b0c06c6

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value EnumType
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       
System.LinkingFramework.DataSource:
SolutionName  string  解决方案名称 数据同步解决方案的名称 false 256  False     
DataProviderName  string  数据提供程序名称 数据提供程序的内部名称 false 256  False     
DataProviderDisplayName  string  数据提供程序显示名称 数据提供程序的显示名称 false 256  False     
ReaderProfileName  string  读取器配置文件名称 数据读取器配置文件的名称 false 256  False     
DatawarehouseProfileName  string  数据仓库配置文件名称 数据仓库配置文件的名称 false 256  False     
Reserved  string  保留 保留 false 256  False     
ImpersonationEnabled  bool  启用模拟 指示是否启用模拟 false 256       
SyncType  enum  同步类型 数据同步的类型 false 256      SyncTypeEnum 
SyncInterval  int  同步间隔 数据同步的间隔 false 256       
SyncTime  datetime  同步时间 数据同步的时间 false 256       
SyncNow  bool  立即同步 指示将立即启动数据同步 false 256       
Enabled  bool  已启用 指示是否启用数据源 false 256       
IsNullPropertySkipped  bool      false 256    false   

Health Model:

Source Code:

<ClassType ID="System.LinkingFramework.DataSource" Base="SCLibrary!Microsoft.SystemCenter.Connector" Hosted="false" Accessibility="Public" Abstract="false">
<Property ID="SolutionName" Type="string"/>
<Property ID="DataProviderName" Type="string"/>
<!-- it specifies the data provider for this source -->
<Property ID="DataProviderDisplayName" Type="string"/>
<Property ID="ReaderProfileName" Type="string"/>
<Property ID="DatawarehouseProfileName" Type="string"/>
<Property ID="Reserved" Type="string"/>
<Property ID="ImpersonationEnabled" Type="bool"/>
<Property ID="SyncType" Type="enum" EnumType="SyncTypeEnum"/>
<Property ID="SyncInterval" Type="int"/>
<Property ID="SyncTime" Type="datetime"/>
<Property ID="SyncNow" Type="bool"/>
<Property ID="Enabled" Type="bool"/>
<Property ID="IsNullPropertySkipped" Type="bool" DefaultValue="false"/>
</ClassType>