IDTSFTPTask.IsRemotePathVariable 属性

定义

此 API 支持产品基础结构,不能在代码中直接使用。 获取或设置一个值,该值指示远程路径是否存储在变量中。

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

属性值

如果远程路径存储在变量中,则为 true;如果远程路径在 File 连接管理器中指定,则为 false

注解

适用于