Partager via


IsRemotePathVariable propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly :  Microsoft.SqlServer.FtpTask (dans Microsoft.SqlServer.FtpTask.dll)

Syntaxe

'Déclaration
Property IsRemotePathVariable As Boolean
    Get
    Set
'Utilisation
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)

Valeur de la propriété

Type : System. . :: . .Boolean