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