Udostępnij za pośrednictwem


Właściwość ExecuteProcess.StandardOutputVariable

Pobiera lub ustawia nazwę zmiennej używanej do przechwytywania danych wyjściowych do uruchomienia procesu.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Zestaw:  Microsoft.SqlServer.ExecProcTask (w Microsoft.SqlServer.ExecProcTask.dll)

Składnia

'Deklaracja
Public Property StandardOutputVariable As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String
A ciąg zawiera nazwę zmiennej, używanego do przechwytywania danych wyjściowych do uruchomienia procesu.

Implementacje

IDTSExecuteProcess.StandardOutputVariable