ErrorSupport.SetErrorInterface Method (IDTSInfoEvents100)
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
'Deklaracja
Protected Sub SetErrorInterface ( _
pIDTSInfoEvents As IDTSInfoEvents100 _
)
protected void SetErrorInterface (
IDTSInfoEvents100 pIDTSInfoEvents
)
protected:
void SetErrorInterface (
IDTSInfoEvents100^ pIDTSInfoEvents
)
protected void SetErrorInterface (
IDTSInfoEvents100 pIDTSInfoEvents
)
protected function SetErrorInterface (
pIDTSInfoEvents : IDTSInfoEvents100
)
Parameters
- pIDTSInfoEvents
The IDTSInfoEvents100 instance that the ErrorSupport class will use to raise messages.
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also