ErrorSupport 构造函数 (IDTSInfoEvents100)
Initializes a new instance of the ErrorSupport class.
命名空间: Microsoft.SqlServer.Dts.ManagedMsg
程序集: Microsoft.SqlServer.DtsMsg(在 Microsoft.SqlServer.DtsMsg.dll 中)
语法
声明
Public Sub New ( _
pIDTSEvents As IDTSInfoEvents100 _
)
用法
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
)
参数
- pIDTSEvents
类型:Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSInfoEvents100
The IDTSInfoEvents100 instance that the ErrorSupport class will use to raise messages.