Share via


IDTSFTPTask.LocalPath Property

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

Gets or sets the local path to use.

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

Syntax

'Declaration
Property LocalPath As String 
    Get 
    Set
'Usage
Dim instance As IDTSFTPTask 
Dim value As String 

value = instance.LocalPath

instance.LocalPath = value
string LocalPath { get; set; }
property String^ LocalPath {
    String^ get ();
    void set (String^ value);
}
abstract LocalPath : string with get, set
function get LocalPath () : String 
function set LocalPath (value : String)

Property Value

Type: System.String
The local path.

See Also

Reference

IDTSFTPTask Interface

Microsoft.SqlServer.Dts.Tasks.FtpTask Namespace