ErrorSupport Constructor (IDTSComponentMetaData100)
Initializes a new instance of the ErrorSupport class.
Espacio de nombres: Microsoft.SqlServer.Dts.ManagedMsg
Ensamblado: Microsoft.SqlServer.DtsMsg (en Microsoft.SqlServer.DtsMsg.dll)
Sintaxis
'Declaración
Protected Sub New ( _
pIDTSCMD As IDTSComponentMetaData100 _
)
'Uso
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
)
Parámetros
- pIDTSCMD
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100
The IDTSComponentMetadata100 instance that the ErrorSupport class will use to raise messages.