ErrorSupport Constructors

Definition

Initializes a new instance of the ErrorSupport class.

Overloads

ErrorSupport(IDTSComponentMetaData100)

Initializes a new instance of the ErrorSupport class.

ErrorSupport(IDTSComponentEvents100)

Initializes a new instance of the ErrorSupport class.

ErrorSupport(IDTSInfoEvents100)

Initializes a new instance of the ErrorSupport class.

ErrorSupport(IDTSComponentMetaData100, String, String, Int32)

Initializes a new instance of the ErrorSupport class.

ErrorSupport(IDTSComponentEvents100, String, String, Int32)

Initializes a new instance of the ErrorSupport class.

ErrorSupport(IDTSInfoEvents100, String, String, Int32)

Initializes a new instance of the ErrorSupport class.

Remarks

Normally the data flow component developer uses the ErrorSupport property of the PipelineComponent base class to obtain an ErrorSupport object for the purpose of raising errors, warnings, and other events.

ErrorSupport(IDTSComponentMetaData100)

Initializes a new instance of the ErrorSupport class.

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)

Parameters

pIDTSCMD
IDTSComponentMetaData100

The Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetadata100 instance that the ErrorSupport class will use to raise messages.

Applies to

ErrorSupport(IDTSComponentEvents100)

Initializes a new instance of the ErrorSupport class.

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)

Parameters

pIDTSEvents
IDTSComponentEvents100

The IDTSComponentEvents100 instance that the ErrorSupport class will use to raise messages.

Applies to

ErrorSupport(IDTSInfoEvents100)

Initializes a new instance of the ErrorSupport class.

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)

Parameters

pIDTSEvents
IDTSInfoEvents100

The IDTSInfoEvents100 instance that the ErrorSupport class will use to raise messages.

Applies to

ErrorSupport(IDTSComponentMetaData100, String, String, Int32)

Initializes a new instance of the ErrorSupport class.

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)

Parameters

pIDTSCMD
IDTSComponentMetaData100

The Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetadata100 instance that the ErrorSupport class will use to raise messages.

strSubComponent
String

The friendly name of the component.

strHelpFile
String

The help file that provides additional information about the messages that the ErrorSupport class raises.

HelpContext
Int32

The location in the help file that provides additional information about the messages that the ErrorSupport class raises.

Applies to

ErrorSupport(IDTSComponentEvents100, String, String, Int32)

Initializes a new instance of the ErrorSupport class.

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)

Parameters

pIDTSEvents
IDTSComponentEvents100

The IDTSComponentEvents100 instance that the ErrorSupport class will use to raise messages.

strSubComponent
String

The friendly name of the component.

strHelpFile
String

The help file that provides additional information about the messages that the ErrorSupport class raises.

HelpContext
Int32

The location in the help file that provides additional information about the messages that the ErrorSupport class raises.

Applies to

ErrorSupport(IDTSInfoEvents100, String, String, Int32)

Initializes a new instance of the ErrorSupport class.

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)

Parameters

pIDTSEvents
IDTSInfoEvents100

The IDTSInfoEvents100 instance that the ErrorSupport class will use to raise messages.

strSubComponent
String

The friendly name of the component.

strHelpFile
String

The help file that provides additional information about the messages that the ErrorSupport class raises.

HelpContext
Int32

The location in the help file that provides additional information about the messages that the ErrorSupport class are raises.

Applies to