Freigeben über


IDTSExecuteProcess.WorkingDirectory-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the directory in which the files specified in the Arguments property can be found.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly:  Microsoft.SqlServer.ExecProcTask (in Microsoft.SqlServer.ExecProcTask.dll)

Syntax

'Declaration
Property WorkingDirectory As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

IDTSExecuteProcess Schnittstelle

Microsoft.SqlServer.Dts.Tasks.ExecuteProcess-Namespace