Costruttore ErrorSupport (IDTSInfoEvents100)
Initializes a new instance of the ErrorSupport class.
Spazio dei nomi Microsoft.SqlServer.Dts.ManagedMsg
Assembly: Microsoft.SqlServer.DtsMsg (in Microsoft.SqlServer.DtsMsg.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
pIDTSEvents As IDTSInfoEvents100 _
)
'Utilizzo
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
)
Parametri
- pIDTSEvents
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
The IDTSInfoEvents100 instance that the ErrorSupport class will use to raise messages.