Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 local path is stored in a variable or a FILE connection manager.
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
true if the local path is stored in a variable; false if the local path is specified in a File connection manager.