OnPremisesSqlServerLinkedService Class

Definition

An on-premises SQL server database.

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

Constructors

OnPremisesSqlServerLinkedService()

Initializes a new instance of the OnPremisesSqlLinkedService class.

OnPremisesSqlServerLinkedService(String, String)

Initializes a new instance of the OnPremisesSqlLinkedService class with required arguments.

Properties

ConnectionString

Required. The connection string.

GatewayName

Required. The on-premises gateway name.

Password

Optional. The on-premises Windows authentication password.

UserName

Optional. The on-premises Windows authentication user name.

Extension Methods

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