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

属性值

如果在包变量中找到源信息,则为 true;如果源是文件连接管理器,则为 false。

适用于