Partager via


Propriété IDTSFTPTask.IsLocalPathVariable

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

Gets or sets a value that indicates whether the local path is stored in a variable or a FILE connection manager.

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

Syntaxe

'Déclaration
Property IsLocalPathVariable As Boolean 
    Get 
    Set
'Utilisation
Dim instance As IDTSFTPTask 
Dim value As Boolean 

value = instance.IsLocalPathVariable

instance.IsLocalPathVariable = value
bool IsLocalPathVariable { get; set; }
property bool IsLocalPathVariable {
    bool get ();
    void set (bool value);
}
abstract IsLocalPathVariable : bool with get, set
function get IsLocalPathVariable () : boolean 
function set IsLocalPathVariable (value : boolean)

Valeur de propriété

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

Voir aussi

Référence

IDTSFTPTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.FtpTask