IDTSExecuteProcess.WorkingDirectory Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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)
Property Value
Type: System.String
A String that contains the directory in which the files specified in the Arguments property can be found.