Compartir a través de


IDTSExecuteProcess.StandardErrorVariable Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Ensamblado:  Microsoft.SqlServer.ExecProcTask (en Microsoft.SqlServer.ExecProcTask.dll)

Sintaxis

'Declaración
Property StandardErrorVariable As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

IDTSExecuteProcess Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecuteProcess