Compartir a través de


IDTSExpressionEvaluator100.Events Propiedad

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

Sets the informational, warning, and error events.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
WriteOnly Property Events As IDTSInfoEvents100 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

IDTSExpressionEvaluator100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper