ErrorSupport.SetErrorInterface 메서드 (IDTSComponentEvents100)
Specifies the IDTSComponentEvents100 instance that the ErrorSupport class will use to raise messages.
네임스페이스: Microsoft.SqlServer.Dts.ManagedMsg
어셈블리: Microsoft.SqlServer.DtsMsg(Microsoft.SqlServer.DtsMsg.dll)
구문
‘선언
Protected Sub SetErrorInterface ( _
pIDTSEvents As IDTSComponentEvents100 _
)
‘사용 방법
Dim pIDTSEvents As IDTSComponentEvents100
Me.SetErrorInterface(pIDTSEvents)
protected void SetErrorInterface(
IDTSComponentEvents100 pIDTSEvents
)
protected:
void SetErrorInterface(
IDTSComponentEvents100^ pIDTSEvents
)
member SetErrorInterface :
pIDTSEvents:IDTSComponentEvents100 -> unit
protected function SetErrorInterface(
pIDTSEvents : IDTSComponentEvents100
)
매개 변수
- pIDTSEvents
유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100
The IDTSComponentEvents100 instance that the ErrorSupport class will use to raise messages.