Partager via


Propriété IDTSExecuteProcess.WorkingDirectory

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 directory in which the files specified in the Arguments property can be found.

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

Syntaxe

'Déclaration
Property WorkingDirectory As String 
    Get 
    Set
'Utilisation
Dim instance As IDTSExecuteProcess 
Dim value As String 

value = instance.WorkingDirectory

instance.WorkingDirectory = value
string WorkingDirectory { get; set; }
property String^ WorkingDirectory {
    String^ get ();
    void set (String^ value);
}
abstract WorkingDirectory : string with get, set
function get WorkingDirectory () : String 
function set WorkingDirectory (value : String)

Valeur de propriété

Type : System.String
A String that contains the directory in which the files specified in the Arguments property can be found.

Voir aussi

Référence

IDTSExecuteProcess Interface

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