IsRemotePathVariable 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 IsRemotePathVariable As Boolean
Get
Set
'Uso
Dim instance As IDTSFTPTask
Dim value As Boolean
value = instance.IsRemotePathVariable
instance.IsRemotePathVariable = value
bool IsRemotePathVariable { get; set; }
property bool IsRemotePathVariable {
bool get ();
void set (bool value);
}
abstract IsRemotePathVariable : bool with get, set
function get IsRemotePathVariable () : boolean
function set IsRemotePathVariable (value : boolean)
Valor de la propiedad
Tipo: System. . :: . .Boolean
Vea también