Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the IDTSInfoEvents100 instance that the ErrorSupport class will use to raise messages.
Namespace: Microsoft.SqlServer.Dts.ManagedMsg
Assembly: Microsoft.SqlServer.DtsMsg (in Microsoft.SqlServer.DtsMsg.dll)
Syntax
'Declaration
Protected Sub SetErrorInterface ( _
pIDTSInfoEvents As IDTSInfoEvents100 _
)
'Usage
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
)
Parameters
- pIDTSInfoEvents
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
The IDTSInfoEvents100 instance that the ErrorSupport class will use to raise messages.