ErrorSupport Constructor (IDTSComponentEvents90)
Initializes a new instance of the ErrorSupport class and associates it with the specified IDTSComponentEvents90 instance.
Namespace: Microsoft.SqlServer.Dts.ManagedMsg
Assembly: Microsoft.SqlServer.DtsMsg (in microsoft.sqlserver.dtsmsg.dll)
Syntax
'Declaration
Public Sub New ( _
pIDTSEvents As IDTSComponentEvents90 _
)
public ErrorSupport (
IDTSComponentEvents90 pIDTSEvents
)
public:
ErrorSupport (
IDTSComponentEvents90^ pIDTSEvents
)
public ErrorSupport (
IDTSComponentEvents90 pIDTSEvents
)
public function ErrorSupport (
pIDTSEvents : IDTSComponentEvents90
)
Parameters
- pIDTSEvents
The IDTSComponentEvents90 instance which the ErrorSupport class will use to raise messages.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ErrorSupport Class
ErrorSupport Members
Microsoft.SqlServer.Dts.ManagedMsg Namespace