Condividi tramite


Proprietà ExpressionEvaluatorClass.Events

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

Sets the events that can be raised during evaluation.

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

Sintassi

'Dichiarazione
Public Overridable WriteOnly Property Events As IDTSInfoEvents100 
    Set
'Utilizzo
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)

Valore proprietà

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

Implementa

IDTSExpressionEvaluator100.Events

Vedere anche

Riferimento

ExpressionEvaluatorClass Classe

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