次の方法で共有


SSISExecutionCredential クラス

定義

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

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

コンストラクター

SSISExecutionCredential()

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

SSISExecutionCredential(Object, Object, SecureString)

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

プロパティ

Domain

Windows 認証のドメインを取得または設定します。

Password

Windows 認証のパスワードを取得または設定します。

UserName

Windows 認証の useName を取得または設定します。

メソッド

Validate()

オブジェクトを検証します。

適用対象