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 the local path to use.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly : Microsoft.SqlServer.FtpTask (en Microsoft.SqlServer.FtpTask.dll)
Syntaxe
'Déclaration
Property LocalPath As String
Get
Set
'Utilisation
Dim instance As IDTSFTPTask
Dim value As String
value = instance.LocalPath
instance.LocalPath = value
string LocalPath { get; set; }
property String^ LocalPath {
String^ get ();
void set (String^ value);
}
abstract LocalPath : string with get, set
function get LocalPath () : String
function set LocalPath (value : String)
Valeur de propriété
Type : System.String
The local path.