OnPremisesOdbcLinkedService Constructors

Definition

Overloads

OnPremisesOdbcLinkedService()
OnPremisesOdbcLinkedService(String, String, String)

OnPremisesOdbcLinkedService()

public OnPremisesOdbcLinkedService ();
Public Sub New ()

Applies to

OnPremisesOdbcLinkedService(String, String, String)

public OnPremisesOdbcLinkedService (string gatewayName, string connectionString, string authenticationType);
new Microsoft.Azure.Management.DataFactories.Models.OnPremisesOdbcLinkedService : string * string * string -> Microsoft.Azure.Management.DataFactories.Models.OnPremisesOdbcLinkedService
Public Sub New (gatewayName As String, connectionString As String, authenticationType As String)

Parameters

gatewayName
String
connectionString
String
authenticationType
String

Applies to