IDTSExecuteProcess.WorkingDirectory Property

Definition

This API supports the product 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

public:
 property System::String ^ WorkingDirectory { System::String ^ get(); void set(System::String ^ value); };
public string WorkingDirectory { get; set; }
member this.WorkingDirectory : string with get, set
Public Property WorkingDirectory As String

Property Value

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

Applies to