ErrorSupport Constructor (IDTSInfoEvents100)
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 IDTSInfoEvents100 _
)
public ErrorSupport (
IDTSInfoEvents100 pIDTSEvents
)
public:
ErrorSupport (
IDTSInfoEvents100^ pIDTSEvents
)
public ErrorSupport (
IDTSInfoEvents100 pIDTSEvents
)
public function ErrorSupport (
pIDTSEvents : IDTSInfoEvents100
)
Parameters
- pIDTSEvents
The IDTSInfoEvents100 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