IDTSFTPTask.IsRemotePathVariable Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether the remote path is stored in a variable.
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
true if the remote path is stored in a variable; false if the remote path is specified in a File connection manager.