ErrorSupport 建構函式

定義

初始化 ErrorSupport 類別的新執行個體。

多載

ErrorSupport(IDTSComponentMetaData100)

初始化 ErrorSupport 類別的新執行個體。

ErrorSupport(IDTSComponentEvents100)

初始化 ErrorSupport 類別的新執行個體。

ErrorSupport(IDTSInfoEvents100)

初始化 ErrorSupport 類別的新執行個體。

ErrorSupport(IDTSComponentMetaData100, String, String, Int32)

初始化 ErrorSupport 類別的新執行個體。

ErrorSupport(IDTSComponentEvents100, String, String, Int32)

初始化 ErrorSupport 類別的新執行個體。

ErrorSupport(IDTSInfoEvents100, String, String, Int32)

初始化 ErrorSupport 類別的新執行個體。

備註

通常,資料流程元件開發人員會使用 ErrorSupport 基類的屬性 PipelineComponent 來取得 ErrorSupport 物件,以引發錯誤、警告和其他事件。

ErrorSupport(IDTSComponentMetaData100)

初始化 ErrorSupport 類別的新執行個體。

protected:
 ErrorSupport(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaData100 ^ pIDTSCMD);
protected ErrorSupport (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 pIDTSCMD);
new Microsoft.SqlServer.Dts.ManagedMsg.ErrorSupport : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 -> Microsoft.SqlServer.Dts.ManagedMsg.ErrorSupport
Protected Sub New (pIDTSCMD As IDTSComponentMetaData100)

參數

pIDTSCMD
IDTSComponentMetaData100

Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetadata100 類別將用來引發訊息的 ErrorSupport 執行個體。

適用於

ErrorSupport(IDTSComponentEvents100)

初始化 ErrorSupport 類別的新執行個體。

public:
 ErrorSupport(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSComponentEvents100 ^ pIDTSEvents);
public ErrorSupport (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100 pIDTSEvents);
new Microsoft.SqlServer.Dts.ManagedMsg.ErrorSupport : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100 -> Microsoft.SqlServer.Dts.ManagedMsg.ErrorSupport
Public Sub New (pIDTSEvents As IDTSComponentEvents100)

參數

pIDTSEvents
IDTSComponentEvents100

IDTSComponentEvents100 類別將用來引發訊息的 ErrorSupport 執行個體。

適用於

ErrorSupport(IDTSInfoEvents100)

初始化 ErrorSupport 類別的新執行個體。

public:
 ErrorSupport(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ pIDTSEvents);
public ErrorSupport (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 pIDTSEvents);
new Microsoft.SqlServer.Dts.ManagedMsg.ErrorSupport : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 -> Microsoft.SqlServer.Dts.ManagedMsg.ErrorSupport
Public Sub New (pIDTSEvents As IDTSInfoEvents100)

參數

pIDTSEvents
IDTSInfoEvents100

IDTSInfoEvents100 類別將用來引發訊息的 ErrorSupport 執行個體。

適用於

ErrorSupport(IDTSComponentMetaData100, String, String, Int32)

初始化 ErrorSupport 類別的新執行個體。

protected:
 ErrorSupport(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaData100 ^ pIDTSCMD, System::String ^ strSubComponent, System::String ^ strHelpFile, int HelpContext);
protected ErrorSupport (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 pIDTSCMD, string strSubComponent, string strHelpFile, int HelpContext);
new Microsoft.SqlServer.Dts.ManagedMsg.ErrorSupport : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 * string * string * int -> Microsoft.SqlServer.Dts.ManagedMsg.ErrorSupport
Protected Sub New (pIDTSCMD As IDTSComponentMetaData100, strSubComponent As String, strHelpFile As String, HelpContext As Integer)

參數

pIDTSCMD
IDTSComponentMetaData100

Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetadata100 類別將用來引發訊息的 ErrorSupport 執行個體。

strSubComponent
String

元件的易記名稱。

strHelpFile
String

提供 ErrorSupport 類別所引發訊息之其他相關資訊的說明檔。

HelpContext
Int32

說明檔中的位置,這個說明檔提供 ErrorSupport 類別所引發訊息的其他相關資訊。

適用於

ErrorSupport(IDTSComponentEvents100, String, String, Int32)

初始化 ErrorSupport 類別的新執行個體。

public:
 ErrorSupport(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSComponentEvents100 ^ pIDTSEvents, System::String ^ strSubComponent, System::String ^ strHelpFile, int HelpContext);
public ErrorSupport (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100 pIDTSEvents, string strSubComponent, string strHelpFile, int HelpContext);
new Microsoft.SqlServer.Dts.ManagedMsg.ErrorSupport : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100 * string * string * int -> Microsoft.SqlServer.Dts.ManagedMsg.ErrorSupport
Public Sub New (pIDTSEvents As IDTSComponentEvents100, strSubComponent As String, strHelpFile As String, HelpContext As Integer)

參數

pIDTSEvents
IDTSComponentEvents100

IDTSComponentEvents100 類別將用來引發訊息的 ErrorSupport 執行個體。

strSubComponent
String

元件的易記名稱。

strHelpFile
String

提供 ErrorSupport 類別所引發訊息之其他相關資訊的說明檔。

HelpContext
Int32

說明檔中的位置,這個說明檔提供 ErrorSupport 類別所引發訊息的其他相關資訊。

適用於

ErrorSupport(IDTSInfoEvents100, String, String, Int32)

初始化 ErrorSupport 類別的新執行個體。

public:
 ErrorSupport(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ pIDTSEvents, System::String ^ strSubComponent, System::String ^ strHelpFile, int HelpContext);
public ErrorSupport (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 pIDTSEvents, string strSubComponent, string strHelpFile, int HelpContext);
new Microsoft.SqlServer.Dts.ManagedMsg.ErrorSupport : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 * string * string * int -> Microsoft.SqlServer.Dts.ManagedMsg.ErrorSupport
Public Sub New (pIDTSEvents As IDTSInfoEvents100, strSubComponent As String, strHelpFile As String, HelpContext As Integer)

參數

pIDTSEvents
IDTSInfoEvents100

IDTSInfoEvents100 類別將用來引發訊息的 ErrorSupport 執行個體。

strSubComponent
String

元件的易記名稱。

strHelpFile
String

提供 ErrorSupport 類別所引發訊息之其他相關資訊的說明檔。

HelpContext
Int32

說明檔中的位置,這個說明檔提供 ErrorSupport 類別所引發訊息的其他相關資訊。

適用於