Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the ErrorSupport class.
Namespace: Microsoft.SqlServer.Dts.ManagedMsg
Assembly: Microsoft.SqlServer.DtsMsg (in Microsoft.SqlServer.DtsMsg.dll)
Syntax
'Declaration
Protected Sub New ( _
pIDTSCMD As IDTSComponentMetaData100 _
)
'Usage
Dim pIDTSCMD As IDTSComponentMetaData100
Dim instance As New ErrorSupport(pIDTSCMD)
protected ErrorSupport(
IDTSComponentMetaData100 pIDTSCMD
)
protected:
ErrorSupport(
IDTSComponentMetaData100^ pIDTSCMD
)
new :
pIDTSCMD:IDTSComponentMetaData100 -> ErrorSupport
protected function ErrorSupport(
pIDTSCMD : IDTSComponentMetaData100
)
Parameter
- pIDTSCMD
Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100
The IDTSComponentMetadata100 instance that the ErrorSupport class will use to raise messages.