IDTSFTPTask.LocalPath 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 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