共用方式為


ExecuteProcess.StandardOutputVariable 屬性

Gets or sets the name of the variable used to capture the output of the process to be run.

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

語法

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

value = instance.StandardOutputVariable

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

屬性值

型別:System.String
A String that contains the name of the variable used to capture the output of the process to be run.

實作

IDTSExecuteProcess.StandardOutputVariable

請參閱

參考

ExecuteProcess 類別

Microsoft.SqlServer.Dts.Tasks.ExecuteProcess 命名空間