Właściwość ExpressionEvaluatorClass.Events
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw: Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)
Składnia
'Deklaracja
Public Overridable WriteOnly Property Events As IDTSInfoEvents100
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
Implementacje
Zobacz także