Construtor ErrorSupport (IDTSInfoEvents100)
Initializes a new instance of the ErrorSupport class.
Namespace: Microsoft.SqlServer.Dts.ManagedMsg
Assembly: Microsoft.SqlServer.DtsMsg (em Microsoft.SqlServer.DtsMsg.dll)
Sintaxe
'Declaração
Public Sub New ( _
pIDTSEvents As IDTSInfoEvents100 _
)
'Uso
Dim pIDTSEvents As IDTSInfoEvents100
Dim instance As New ErrorSupport(pIDTSEvents)
public ErrorSupport(
IDTSInfoEvents100 pIDTSEvents
)
public:
ErrorSupport(
IDTSInfoEvents100^ pIDTSEvents
)
new :
pIDTSEvents:IDTSInfoEvents100 -> ErrorSupport
public function ErrorSupport(
pIDTSEvents : IDTSInfoEvents100
)
Parâmetros
- pIDTSEvents
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSInfoEvents100
The IDTSInfoEvents100 instance that the ErrorSupport class will use to raise messages.
Consulte também