共用方式為


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
)

參數