Share via


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

プロパティ値

パッケージ変数で宛先情報が見つかった場合は true。宛先が FILE 接続の場合は false。

適用対象