ErrorSupport.SetErrorInterface Method (IDTSComponentEvents100)
Specifies the IDTSComponentEvents100 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 ( _
pIDTSEvents As IDTSComponentEvents100 _
)
protected void SetErrorInterface (
IDTSComponentEvents100 pIDTSEvents
)
protected:
void SetErrorInterface (
IDTSComponentEvents100^ pIDTSEvents
)
protected void SetErrorInterface (
IDTSComponentEvents100 pIDTSEvents
)
protected function SetErrorInterface (
pIDTSEvents : IDTSComponentEvents100
)
Parameters
- pIDTSEvents
The IDTSComponentEvents100 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