次の方法で共有


ErrorSupport コンストラクター (IDTSInfoEvents100, String, String, Int32)

ErrorSupport クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Dts.ManagedMsg
アセンブリ:  Microsoft.SqlServer.DtsMsg (Microsoft.SqlServer.DtsMsg.dll)

構文

'宣言
Public Sub New ( _
    pIDTSEvents As IDTSInfoEvents100, _
    strSubComponent As String, _
    strHelpFile As String, _
    HelpContext As Integer _
)
'使用
Dim pIDTSEvents As IDTSInfoEvents100 
Dim strSubComponent As String 
Dim strHelpFile As String 
Dim HelpContext As Integer 

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

パラメーター

  • strSubComponent
    型: System.String
    コンポーネントの表示名です。
  • strHelpFile
    型: System.String
    ErrorSupport クラスが生成するメッセージに関する追加情報を提供するヘルプ ファイルです。
  • HelpContext
    型: System.Int32
    ErrorSupport クラスが生成するメッセージに関する追加情報を提供するヘルプ ファイル内の場所です。

関連項目

参照

ErrorSupport クラス

ErrorSupport オーバーロード

Microsoft.SqlServer.Dts.ManagedMsg 名前空間