다음을 통해 공유


SetErrorInterface 메서드 (IDTSInfoEvents100)

Specifies the IDTSInfoEvents100 instance that the ErrorSupport class will use to raise messages.

네임스페이스:  Microsoft.SqlServer.Dts.ManagedMsg
어셈블리:  Microsoft.SqlServer.DtsMsg.dll의 Microsoft.SqlServer.DtsMsg

구문

‘선언
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
)

매개 변수