Proprietà IDTSFTPTask.IsRemotePathVariable

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets a value that indicates whether the remote path is stored in a variable.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly:  Microsoft.SqlServer.FtpTask (in Microsoft.SqlServer.FtpTask.dll)

Sintassi

'Dichiarazione
Property IsRemotePathVariable As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Boolean
true if the remote path is stored in a variable; false if the remote path is specified in a File connection manager.

Vedere anche

Riferimento

IDTSFTPTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.FtpTask