Propriedade do RDL IDTSFTPTask.RemotePath
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 remote path to use.
Namespace: Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly: Microsoft.SqlServer.FtpTask (em Microsoft.SqlServer.FtpTask.dll)
Sintaxe
'Declaração
Property RemotePath As String
Get
Set
'Uso
Dim instance As IDTSFTPTask
Dim value As String
value = instance.RemotePath
instance.RemotePath = value
string RemotePath { get; set; }
property String^ RemotePath {
String^ get ();
void set (String^ value);
}
abstract RemotePath : string with get, set
function get RemotePath () : String
function set RemotePath (value : String)
Valor da propriedade
Tipo: System.String
The remote path.