OnPremisesDb2LinkedService Class

Definition

Linked Service for DB2 data source.

[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("OnPremisesDb2")]
public class OnPremisesDb2LinkedService : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
Inheritance
Attributes

Constructors

OnPremisesDb2LinkedService()
OnPremisesDb2LinkedService(String, String, String, String)

Properties

AuthenticationType

Required. AuthenticationType to be used for connection.

Database

Required. Database name for connection.

EncryptedCredential

Optional. The encryptedCredential for authentication.

GatewayName

Required. The on-premises gateway name.

Password

Optional. Password for authentication.

Schema

Optional. Schema name for connection.

Server

Required. Server name for connection.

Username

Optional. Username for authentication.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)