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.