Dela via


IDTSFTPTask.IsRemotePathVariable Property

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly:  Microsoft.SqlServer.FtpTask (in Microsoft.SqlServer.FtpTask.dll)

Syntax

'Declaration
Property IsRemotePathVariable As Boolean
    Get
    Set
'Usage
Dim instance As IDTSFTPTask
Dim value As Boolean

value = instance.IsRemotePathVariable

instance.IsRemotePathVariable = value
bool IsRemotePathVariable { get; set; }
property bool IsRemotePathVariable {
    bool get ();
    void set (bool value);
}
abstract IsRemotePathVariable : bool with get, set
function get IsRemotePathVariable () : boolean
function set IsRemotePathVariable (value : boolean)

Property Value

Type: System.Boolean