Share via


IDTSExecuteProcess.StandardOutputVariable Property

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly:  Microsoft.SqlServer.ExecProcTask (in Microsoft.SqlServer.ExecProcTask.dll)

Syntax

'Declaration
Property StandardOutputVariable As String
    Get
    Set
'Usage
Dim instance As IDTSExecuteProcess
Dim value As String

value = instance.StandardOutputVariable

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

Property Value

Type: System.String