Share via


IDTSExpressionEvaluator100.Events Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see ExpressionEvaluator.

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

Syntax

'Declaration
WriteOnly Property Events As IDTSInfoEvents100
    Set
'Usage
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)