ErrorSupport Constructor (IDTSComponentEvents100)
Initializes a new instance of the ErrorSupport class.
Namespace: Microsoft.SqlServer.Dts.ManagedMsg
Assembly: Microsoft.SqlServer.DtsMsg (in microsoft.sqlserver.dtsmsg.dll)
Syntax
'Deklaracja
Public Sub New ( _
pIDTSEvents As IDTSComponentEvents100 _
)
public ErrorSupport (
IDTSComponentEvents100 pIDTSEvents
)
public:
ErrorSupport (
IDTSComponentEvents100^ pIDTSEvents
)
public ErrorSupport (
IDTSComponentEvents100 pIDTSEvents
)
public function ErrorSupport (
pIDTSEvents : IDTSComponentEvents100
)
Parameters
- pIDTSEvents
The IDTSComponentEvents100 instance that 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.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also