言語

IDTSFileSystemTask.IsDestinationPathVariable プロパティ

定義

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

宛先情報がパッケージ変数の中にあるかどうかを示す値を取得または設定します。

public:
 property bool IsDestinationPathVariable { bool get(); void set(bool value); };
public bool IsDestinationPathVariable { get; set; }
member this.IsDestinationPathVariable : bool with get, set
Public Property IsDestinationPathVariable As Boolean

プロパティ値

宛先情報がパッケージ変数内にある場合に真です。宛先がファイル接続の場合はfalseです。

適用対象