ErrorSupport 생성자 (IDTSComponentEvents100, String, String, Int32)

Initializes a new instance of the ErrorSupport class.

네임스페이스:  Microsoft.SqlServer.Dts.ManagedMsg
어셈블리:  Microsoft.SqlServer.DtsMsg(Microsoft.SqlServer.DtsMsg.dll)

구문

‘선언
Public Sub New ( _
    pIDTSEvents As IDTSComponentEvents100, _
    strSubComponent As String, _
    strHelpFile As String, _
    HelpContext As Integer _
)
‘사용 방법
Dim pIDTSEvents As IDTSComponentEvents100 
Dim strSubComponent As String 
Dim strHelpFile As String 
Dim HelpContext As Integer 

Dim instance As New ErrorSupport(pIDTSEvents, _
    strSubComponent, strHelpFile, HelpContext)
public ErrorSupport(
    IDTSComponentEvents100 pIDTSEvents,
    string strSubComponent,
    string strHelpFile,
    int HelpContext
)
public:
ErrorSupport(
    IDTSComponentEvents100^ pIDTSEvents, 
    String^ strSubComponent, 
    String^ strHelpFile, 
    int HelpContext
)
new : 
        pIDTSEvents:IDTSComponentEvents100 * 
        strSubComponent:string * 
        strHelpFile:string * 
        HelpContext:int -> ErrorSupport
public function ErrorSupport(
    pIDTSEvents : IDTSComponentEvents100, 
    strSubComponent : String, 
    strHelpFile : String, 
    HelpContext : int
)

매개 변수

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

참고 항목

참조

ErrorSupport 클래스

ErrorSupport 오버로드

Microsoft.SqlServer.Dts.ManagedMsg 네임스페이스