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
)
Parameter
- pIDTSCMD
The IDTSComponentMetaData90 instance that the ErrorSupport class will use to raise messages.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
ErrorSupport Class
ErrorSupport Members
Microsoft.SqlServer.Dts.ManagedMsg Namespace