Compartilhar via


Propriedade do RDL IDTSExpressionEvaluator100.Events

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Sets the informational, warning, and error events.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

IDTSExpressionEvaluator100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper