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
'Declaration
Public Sub New ( _
    pIDTSEvents As IDTSInfoEvents100 _
)
'Usage
Dim pIDTSEvents As IDTSInfoEvents100
Dim instance As New ErrorSupport(pIDTSEvents)
public ErrorSupport(
    IDTSInfoEvents100 pIDTSEvents
)
public:
ErrorSupport(
    IDTSInfoEvents100^ pIDTSEvents
)
new : 
        pIDTSEvents:IDTSInfoEvents100 -> ErrorSupport
public function ErrorSupport(
    pIDTSEvents : IDTSInfoEvents100
)
Parameters
- pIDTSEvents
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
The IDTSInfoEvents100 instance that the ErrorSupport class will use to raise messages. 
See Also