次の方法で共有


AzureSynapseDataSourceProperties コンストラクター

定義

オーバーロード

AzureSynapseDataSourceProperties()

AzureSynapseDataSourceProperties クラスの新しいインスタンスを初期化します。

AzureSynapseDataSourceProperties(String, String, String, String, String)

AzureSynapseDataSourceProperties クラスの新しいインスタンスを初期化します。

AzureSynapseDataSourceProperties()

AzureSynapseDataSourceProperties クラスの新しいインスタンスを初期化します。

public AzureSynapseDataSourceProperties ();
Public Sub New ()

適用対象

AzureSynapseDataSourceProperties(String, String, String, String, String)

AzureSynapseDataSourceProperties クラスの新しいインスタンスを初期化します。

public AzureSynapseDataSourceProperties (string server = default, string database = default, string table = default, string user = default, string password = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.AzureSynapseDataSourceProperties : string * string * string * string * string -> Microsoft.Azure.Management.StreamAnalytics.Models.AzureSynapseDataSourceProperties
Public Sub New (Optional server As String = Nothing, Optional database As String = Nothing, Optional table As String = Nothing, Optional user As String = Nothing, Optional password As String = Nothing)

パラメーター

server
String

Azure SQL データベースを含む SQL サーバーの名前。 PUT (CreateOrReplace) 要求で必要です。

database
String

Azure SQL データベースの名前。 PUT (CreateOrReplace) 要求で必要です。

table
String

Azure SQL データベース内のテーブルの名前。 PUT (CreateOrReplace) 要求で必要です。

user
String

Azure SQL データベースへの接続に使用するユーザー名。 PUT (CreateOrReplace) 要求で必要です。

password
String

Azure SQL データベースへの接続に使用されるパスワード。 PUT (CreateOrReplace) 要求で必要です。

適用対象