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