Поделиться через


ErrorSupport.SetEvents Method

Specifies the IDTSComponentEvents90 interface that the ErrorSupport class uses to raise events.

Пространство имен: Microsoft.SqlServer.Dts.ManagedMsg
Сборка: Microsoft.SqlServer.DtsMsg (in microsoft.sqlserver.dtsmsg.dll)

Синтаксис

'Декларация
Public Sub SetEvents ( _
    pIDTSEvents As IDTSComponentEvents90 _
)
public void SetEvents (
    IDTSComponentEvents90 pIDTSEvents
)
public:
void SetEvents (
    IDTSComponentEvents90^ pIDTSEvents
)
public void SetEvents (
    IDTSComponentEvents90 pIDTSEvents
)
public function SetEvents (
    pIDTSEvents : IDTSComponentEvents90
)

Параметры

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ErrorSupport Class
ErrorSupport Members
Microsoft.SqlServer.Dts.ManagedMsg Namespace