OnPremisesSybaseLinkedService Class

Definition

Linked Service for Sybase data source.

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

Constructors

OnPremisesSybaseLinkedService()
OnPremisesSybaseLinkedService(String, String, String, String)

Properties

AuthenticationType

Required. AuthenticationType to be used for connection.

Database

Required. Database name for connection.

EncryptedCredential

Optional. The encrypted credential 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)