Метод ErrorSupport.SetErrorInterface (IDTSComponentEvents100)
Specifies the IDTSComponentEvents100 instance that the ErrorSupport class will use to raise messages.
Пространство имен: Microsoft.SqlServer.Dts.ManagedMsg
Сборка: Microsoft.SqlServer.DtsMsg (в Microsoft.SqlServer.DtsMsg.dll)
Синтаксис
'Декларация
Protected Sub SetErrorInterface ( _
pIDTSEvents As IDTSComponentEvents100 _
)
'Применение
Dim pIDTSEvents As IDTSComponentEvents100
Me.SetErrorInterface(pIDTSEvents)
protected void SetErrorInterface(
IDTSComponentEvents100 pIDTSEvents
)
protected:
void SetErrorInterface(
IDTSComponentEvents100^ pIDTSEvents
)
member SetErrorInterface :
pIDTSEvents:IDTSComponentEvents100 -> unit
protected function SetErrorInterface(
pIDTSEvents : IDTSComponentEvents100
)
Параметры
- pIDTSEvents
Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100
The IDTSComponentEvents100 instance that the ErrorSupport class will use to raise messages.