Freigeben über


ExpressionEvaluatorClass.Events-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Sets the events that can be raised during evaluation.

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

Syntax

'Declaration
Public Overridable WriteOnly Property Events As IDTSInfoEvents100 
    Set
'Usage
Dim instance As ExpressionEvaluatorClass 
Dim value As IDTSInfoEvents100

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
Property is write-only and does not return a value.

Implementiert

IDTSExpressionEvaluator100.Events

Siehe auch

Verweis

ExpressionEvaluatorClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace