语言

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

适用于