IDTSFTPTask.IsLocalPathVariable Property
This API supports the .NET Framework 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 IsLocalPathVariable As Boolean
Get
Set
'Usage
Dim instance As IDTSFTPTask
Dim value As Boolean
value = instance.IsLocalPathVariable
instance.IsLocalPathVariable = value
bool IsLocalPathVariable { get; set; }
property bool IsLocalPathVariable {
bool get ();
void set (bool value);
}
abstract IsLocalPathVariable : bool with get, set
function get IsLocalPathVariable () : boolean
function set IsLocalPathVariable (value : boolean)
Property Value
Type: System.Boolean