次の方法で共有


SSISExecutionCredential コンストラクター

定義

オーバーロード

SSISExecutionCredential()

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

SSISExecutionCredential(Object, Object, SecureString)

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

SSISExecutionCredential()

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

public SSISExecutionCredential ();
Public Sub New ()

適用対象

SSISExecutionCredential(Object, Object, SecureString)

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

public SSISExecutionCredential (object domain, object userName, Microsoft.Azure.Management.DataFactory.Models.SecureString password);
new Microsoft.Azure.Management.DataFactory.Models.SSISExecutionCredential : obj * obj * Microsoft.Azure.Management.DataFactory.Models.SecureString -> Microsoft.Azure.Management.DataFactory.Models.SSISExecutionCredential
Public Sub New (domain As Object, userName As Object, password As SecureString)

パラメーター

domain
Object

Windows 認証のドメイン。

userName
Object

Windows 認証の UseName。

password
SecureString

Windows 認証のパスワード。

適用対象