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。

适用于