Partager via


Propriété ExecuteProcess.StandardErrorVariable

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly :  Microsoft.SqlServer.ExecProcTask (en Microsoft.SqlServer.ExecProcTask.dll)

Syntaxe

'Déclaration
Public Property StandardErrorVariable As String 
    Get 
    Set
'Utilisation
Dim instance As ExecuteProcess 
Dim value As String 

value = instance.StandardErrorVariable

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

Valeur de propriété

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

Implémente

IDTSExecuteProcess.StandardErrorVariable

Voir aussi

Référence

ExecuteProcess Classe

Espace de noms Microsoft.SqlServer.Dts.Tasks.ExecuteProcess