Proprietà IDTSExecuteProcess.StandardOutputVariable
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the name of the variable used to capture the output of the process to be run.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly: Microsoft.SqlServer.ExecProcTask (in Microsoft.SqlServer.ExecProcTask.dll)
Sintassi
'Dichiarazione
Property StandardOutputVariable As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
A String that contains the name of the variable used to capture the output of the process to be run.
Vedere anche
Riferimento
IDTSExecuteProcess Interfaccia
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteProcess