Udostępnij przez


Właściwość IDTSExecuteProcess.StandardOutputVariable

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

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

Składnia

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

Wartość właściwości

Typ: System.String