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