语言

IDTSFileSystemTask.IsSourcePathVariable 属性

定义

此 API 支持产品基础结构,不能在代码中直接使用。

获取或设置一个值,指示源信息是否位于包变量中。

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

属性值

如果源信息在包变量中,则为真;如果源是 FILE 连接管理器,则为假。

适用于