Свойство Project.Events
Sets the IDTSEvents interface to get various events.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public WriteOnly Property Events As IDTSEvents
Set
'Применение
Dim instance As Project
Dim value As IDTSEvents
instance.Events = value
public IDTSEvents Events { set; }
public:
property IDTSEvents^ Events {
void set (IDTSEvents^ value);
}
member Events : IDTSEvents with get, set
function set Events (value : IDTSEvents)
Значение свойства
Тип: Microsoft.SqlServer.Dts.Runtime.IDTSEvents
The IDTSEvents interface to get various events.