Share via


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 네임스페이스