FireErrorWithArgs メソッド (Int32, String, String, Int32, Boolean, Object[])

指定した HRESULT で識別されるエラーを生成し、指定したコンポーネント、ヘルプ ファイル、およびヘルプ コンテキストと関連付け、実行をキャンセルできるようにし、ユーザー定義オブジェクトまたはユーザー定義情報のオプション配列を埋め込みます。

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

構文

'宣言
Public Sub FireErrorWithArgs ( _
    hResult As Integer, _
    strSubComponent As String, _
    strHelpFile As String, _
    HelpContext As Integer, _
    <OutAttribute> ByRef bCancel As Boolean, _
    ParamArray paramList As Object() _
)
'使用
Dim instance As ErrorSupport
Dim hResult As Integer
Dim strSubComponent As String
Dim strHelpFile As String
Dim HelpContext As Integer
Dim bCancel As Boolean
Dim paramList As Object()

instance.FireErrorWithArgs(hResult, strSubComponent, _
    strHelpFile, HelpContext, bCancel, _
    paramList)
public void FireErrorWithArgs(
    int hResult,
    string strSubComponent,
    string strHelpFile,
    int HelpContext,
    out bool bCancel,
    params Object[] paramList
)
public:
void FireErrorWithArgs(
    int hResult, 
    String^ strSubComponent, 
    String^ strHelpFile, 
    int HelpContext, 
    [OutAttribute] bool% bCancel, 
    ... array<Object^>^ paramList
)
member FireErrorWithArgs : 
        hResult:int * 
        strSubComponent:string * 
        strHelpFile:string * 
        HelpContext:int * 
        bCancel:bool byref * 
        paramList:Object[] -> unit 
public function FireErrorWithArgs(
    hResult : int, 
    strSubComponent : String, 
    strHelpFile : String, 
    HelpContext : int, 
    bCancel : boolean, 
    ... paramList : Object[]
)

パラメーター

  • strHelpFile
    型: System. . :: . .String
    生成されるメッセージに関する追加情報を提供するヘルプ ファイルです。
  • HelpContext
    型: System. . :: . .Int32
    生成されるメッセージに関する追加情報を提供するヘルプ ファイル内の場所です。
  • bCancel
    型: System. . :: . .Boolean%
    実行をキャンセルする場合は true、それ以外の場合は false です。
  • paramList
    型: array<System. . :: . .Object> [] () [] []
    ユーザー定義オブジェクトまたはユーザー定義情報のオプション配列です。