Partager via


Propriété IDTSExecuteProcess.StandardOutputVariable

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the name of the variable used to capture the 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
Property StandardOutputVariable As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IDTSExecuteProcess Interface

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