Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.