Freigeben über


IDTSExecuteProcess.StandardErrorVariable-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

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

Syntax

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

value = instance.StandardErrorVariable

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

Eigenschaftswert

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

Siehe auch

Verweis

IDTSExecuteProcess Schnittstelle

Microsoft.SqlServer.Dts.Tasks.ExecuteProcess-Namespace