SetErrorInterface 方法 (IDTSInfoEvents100)
Specifies the IDTSInfoEvents100 instance that the ErrorSupport class will use to raise messages.
命名空间:  Microsoft.SqlServer.Dts.ManagedMsg
程序集:  Microsoft.SqlServer.DtsMsg(在 Microsoft.SqlServer.DtsMsg.dll 中)
语法
声明
Protected Sub SetErrorInterface ( _
    pIDTSInfoEvents As IDTSInfoEvents100 _
)
用法
Dim pIDTSInfoEvents As IDTSInfoEvents100
Me.SetErrorInterface(pIDTSInfoEvents)
protected void SetErrorInterface(
    IDTSInfoEvents100 pIDTSInfoEvents
)
protected:
void SetErrorInterface(
    IDTSInfoEvents100^ pIDTSInfoEvents
)
member SetErrorInterface : 
        pIDTSInfoEvents:IDTSInfoEvents100 -> unit 
protected function SetErrorInterface(
    pIDTSInfoEvents : IDTSInfoEvents100
)
参数
- pIDTSInfoEvents
类型:Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSInfoEvents100
The IDTSInfoEvents100 instance that the ErrorSupport class will use to raise messages.