共用方式為


WorkingDirectory 屬性

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

命名空間:  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
組件:  Microsoft.SqlServer.ExecProcTask (在 Microsoft.SqlServer.ExecProcTask.dll 中)

語法

'宣告
Public Property WorkingDirectory As String
    Get
    Set
'用途
Dim instance As ExecuteProcess
Dim value As String

value = instance.WorkingDirectory

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

屬性值

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

實作

IDTSExecuteProcess. . :: . .WorkingDirectory