次の方法で共有


SsisExecutionCredential クラス

定義

SSIS パッケージの実行資格情報。

public class SsisExecutionCredential
type SsisExecutionCredential = class
Public Class SsisExecutionCredential
継承
SsisExecutionCredential

コンストラクター

SsisExecutionCredential(DataFactoryElement<String>, DataFactoryElement<String>, DataFactorySecretString)

SsisExecutionCredential の新しいインスタンスを初期化します。

プロパティ

Domain

Windows 認証のドメイン。 型: string (または resultType 文字列を含む式)。

Password

Windows 認証のパスワード。

UserName

Windows 認証の UseName。 型: string (または resultType 文字列を含む式)。

適用対象