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 remote path is stored in a variable.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly : Microsoft.SqlServer.FtpTask (en 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 propriété
Type : System.Boolean
true if the remote path is stored in a variable; false if the remote path is specified in a File connection manager.