RemotePath Propiedad
Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.FtpTask
Ensamblado: Microsoft.SqlServer.FtpTask (en Microsoft.SqlServer.FtpTask.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .String
Vea también