次の方法で共有


OnPremisesOdbcLinkedService コンストラクター

定義

オーバーロード

OnPremisesOdbcLinkedService()
OnPremisesOdbcLinkedService(String, String, String)

OnPremisesOdbcLinkedService()

public OnPremisesOdbcLinkedService();
Public Sub New ()

適用対象

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)

パラメーター

gatewayName
String
connectionString
String
authenticationType
String

適用対象