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
)
매개 변수
- pIDTSInfoEvents
형식: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSInfoEvents100
The IDTSInfoEvents100 instance that the ErrorSupport class will use to raise messages.