Udostępnij przez


ErrorSupport Constructor (IDTSComponentEvents100, String, String, Int32)

Initializes a new instance of the ErrorSupport class.

Namespace: Microsoft.SqlServer.Dts.ManagedMsg
Assembly: Microsoft.SqlServer.DtsMsg (in microsoft.sqlserver.dtsmsg.dll)

Syntax

'Deklaracja
Public Sub New ( _
    pIDTSEvents As IDTSComponentEvents100, _
    strSubComponent As String, _
    strHelpFile As String, _
    HelpContext As Integer _
)
public ErrorSupport (
    IDTSComponentEvents100 pIDTSEvents,
    string strSubComponent,
    string strHelpFile,
    int HelpContext
)
public:
ErrorSupport (
    IDTSComponentEvents100^ pIDTSEvents, 
    String^ strSubComponent, 
    String^ strHelpFile, 
    int HelpContext
)
public ErrorSupport (
    IDTSComponentEvents100 pIDTSEvents, 
    String strSubComponent, 
    String strHelpFile, 
    int HelpContext
)
public function ErrorSupport (
    pIDTSEvents : IDTSComponentEvents100, 
    strSubComponent : String, 
    strHelpFile : String, 
    HelpContext : int
)

Parameters

  • strSubComponent
    The friendly name of the component.
  • strHelpFile
    The help file that provides additional information about the messages that the ErrorSupport class raises.
  • HelpContext
    The location in the help file that provides additional information about the messages that the ErrorSupport class raises.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.