你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CustomDataSourceLinkedService 构造函数

定义

重载

CustomDataSourceLinkedService()

初始化 CustomDataSourceLinkedService 类的新实例。

CustomDataSourceLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>)

初始化 CustomDataSourceLinkedService 类的新实例。

CustomDataSourceLinkedService()

初始化 CustomDataSourceLinkedService 类的新实例。

public CustomDataSourceLinkedService ();
Public Sub New ()

适用于

CustomDataSourceLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>)

初始化 CustomDataSourceLinkedService 类的新实例。

public CustomDataSourceLinkedService (object typeProperties, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default, string description = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default);
new Microsoft.Azure.Management.DataFactory.Models.CustomDataSourceLinkedService : obj * System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> -> Microsoft.Azure.Management.DataFactory.Models.CustomDataSourceLinkedService
Public Sub New (typeProperties As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing, Optional description As String = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing)

参数

typeProperties
Object

自定义链接服务属性。

additionalProperties
IDictionary<String,Object>

此集合反序列化消息中的不匹配属性

connectVia
IntegrationRuntimeReference

集成运行时引用。

description
String

链接服务说明。

parameters
IDictionary<String,ParameterSpecification>

链接服务的参数。

annotations
IList<Object>

可用于描述链接服务的标记列表。

适用于