Propriedade do RDL IsRemotePathVariable
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly: Microsoft.SqlServer.FtpTask (em Microsoft.SqlServer.FtpTask.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean