ErrorSupport Constructor (IDTSComponentMetaData90)
Initializes a new instance of the ErrorSupport class and associates it with the specified IDTSComponentMetaData90 instance.
Namespace: Microsoft.SqlServer.Dts.ManagedMsg
Assembly: Microsoft.SqlServer.DtsMsg (in microsoft.sqlserver.dtsmsg.dll)
Syntax
'Declaration
Protected Sub New ( _
pIDTSCMD As IDTSComponentMetaData90 _
)
protected ErrorSupport (
IDTSComponentMetaData90 pIDTSCMD
)
protected:
ErrorSupport (
IDTSComponentMetaData90^ pIDTSCMD
)
protected ErrorSupport (
IDTSComponentMetaData90 pIDTSCMD
)
protected function ErrorSupport (
pIDTSCMD : IDTSComponentMetaData90
)
Parameters
- pIDTSCMD
The IDTSComponentMetaData90 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 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