Proprietà IDTSExpressionEvaluator100.Events

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Sets the informational, warning, and error events.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
WriteOnly Property Events As IDTSInfoEvents100 
    Set
'Utilizzo
Dim instance As IDTSExpressionEvaluator100 
Dim value As IDTSInfoEvents100

instance.Events = value
IDTSInfoEvents100 Events { set; }
property IDTSInfoEvents100^ Events {
    void set (IDTSInfoEvents100^ value);
}
abstract Events : IDTSInfoEvents100 with get, set
function set Events (value : IDTSInfoEvents100)

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
The informational, warning, and error events.

Vedere anche

Riferimento

IDTSExpressionEvaluator100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper