ErrorSupport.SetErrorInterface 方法

定义

指定 ErrorSupport 类将用来引发消息的接口。

重载

SetErrorInterface(IDTSComponentEvents100)

指定 IDTSComponentEvents100 类将用来引发消息的 ErrorSupport 实例。

SetErrorInterface(IDTSComponentMetaData100)

指定 Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetadata100 类将用来引发消息的 ErrorSupport 实例。

SetErrorInterface(IDTSInfoEvents100)

指定 IDTSInfoEvents100 类将用来引发消息的 ErrorSupport 实例。

SetErrorInterface(IDTSComponentEvents100)

指定 IDTSComponentEvents100 类将用来引发消息的 ErrorSupport 实例。

protected:
 void SetErrorInterface(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSComponentEvents100 ^ pIDTSEvents);
protected void SetErrorInterface (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100 pIDTSEvents);
member this.SetErrorInterface : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100 -> unit
Protected Sub SetErrorInterface (pIDTSEvents As IDTSComponentEvents100)

参数

pIDTSEvents
IDTSComponentEvents100

IDTSComponentEvents100 类将用于引发消息的 ErrorSupport 实例。

适用于

SetErrorInterface(IDTSComponentMetaData100)

指定 Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetadata100 类将用来引发消息的 ErrorSupport 实例。

protected:
 void SetErrorInterface(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaData100 ^ pIDTSCMD);
protected void SetErrorInterface (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 pIDTSCMD);
member this.SetErrorInterface : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 -> unit
Protected Sub SetErrorInterface (pIDTSCMD As IDTSComponentMetaData100)

参数

pIDTSCMD
IDTSComponentMetaData100

Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetadata100 类将用于引发消息的 ErrorSupport 实例。

适用于

SetErrorInterface(IDTSInfoEvents100)

指定 IDTSInfoEvents100 类将用来引发消息的 ErrorSupport 实例。

protected:
 void SetErrorInterface(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ pIDTSInfoEvents);
protected void SetErrorInterface (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 pIDTSInfoEvents);
member this.SetErrorInterface : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 -> unit
Protected Sub SetErrorInterface (pIDTSInfoEvents As IDTSInfoEvents100)

参数

pIDTSInfoEvents
IDTSInfoEvents100

IDTSInfoEvents100 类将用于引发消息的 ErrorSupport 实例。

适用于