次の方法で共有


OnPremisesMongoDbLinkedService コンストラクター

定義

オーバーロード

OnPremisesMongoDbLinkedService()
OnPremisesMongoDbLinkedService(String, String, String, String)

OnPremisesMongoDbLinkedService()

public OnPremisesMongoDbLinkedService ();
Public Sub New ()

適用対象

OnPremisesMongoDbLinkedService(String, String, String, String)

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

パラメーター

server
String
authenticationType
String
databaseName
String
gatewayName
String

適用対象