Propriedade do RDL IDTSFTPTask.LocalPath
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the local path to use.
Namespace: Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly: Microsoft.SqlServer.FtpTask (em Microsoft.SqlServer.FtpTask.dll)
Sintaxe
'Declaração
Property LocalPath As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.String
The local path.