语言

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

属性值

如果目标信息在包变量中找到,则为真;如果目标是 FILE 连接,则为 false。

适用于