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

Db2LinkedService 构造函数

定义

重载

Db2LinkedService()

初始化 Db2LinkedService 类的新实例。

Db2LinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, Object, String, Object, SecretBase, Object, Object, Object)

初始化 Db2LinkedService 类的新实例。

Db2LinkedService()

初始化 Db2LinkedService 类的新实例。

public Db2LinkedService ();
Public Sub New ()

适用于

Db2LinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, Object, String, Object, SecretBase, Object, Object, Object)

初始化 Db2LinkedService 类的新实例。

public Db2LinkedService (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, object connectionString = default, object server = default, object database = default, string authenticationType = default, object username = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase password = default, object packageCollection = default, object certificateCommonName = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.Db2LinkedService : 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> * obj * obj * obj * string * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.Db2LinkedService
Public Sub New (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, Optional connectionString As Object = Nothing, Optional server As Object = Nothing, Optional database As Object = Nothing, Optional authenticationType As String = Nothing, Optional username As Object = Nothing, Optional password As SecretBase = Nothing, Optional packageCollection As Object = Nothing, Optional certificateCommonName As Object = Nothing, Optional encryptedCredential As Object = Nothing)

参数

additionalProperties
IDictionary<String,Object>

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

connectVia
IntegrationRuntimeReference

集成运行时引用。

description
String

链接服务说明。

parameters
IDictionary<String,ParameterSpecification>

链接服务的参数。

annotations
IList<Object>

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

connectionString
Object

连接字符串。 它与 server、database、authenticationType、userName、packageCollection 和 certificateCommonName 属性互斥。 类型:string、SecureString 或 AzureKeyVaultSecretReference。

server
Object

用于连接的服务器名称。 它与 connectionString 属性互斥。 类型:包含 resultType 字符串) 的字符串 (或表达式。

database
Object

连接的数据库名称。 它与 connectionString 属性互斥。 类型:包含 resultType 字符串) 的字符串 (或表达式。

authenticationType
String

用于连接的 AuthenticationType。 它与 connectionString 属性互斥。 可能的值包括:“Basic”

username
Object

用于身份验证的用户名。 它与 connectionString 属性互斥。 类型:包含 resultType 字符串) 的字符串 (或表达式。

password
SecretBase

用于身份验证的密码。

packageCollection
Object

查询数据库时创建包的位置。 它与 connectionString 属性互斥。 类型:包含 resultType 字符串) 的字符串 (或表达式。

certificateCommonName
Object

启用 TLS 时的证书公用名。 它与 connectionString 属性互斥。 类型:包含 resultType 字符串) 的字符串 (或表达式。

encryptedCredential
Object

用于身份验证的加密凭据。 使用集成运行时凭据管理器加密凭据。 它与 connectionString 属性互斥。 类型:包含 resultType 字符串) 的字符串 (或表达式。

适用于