FireError メソッド (Int32, String, String, Int32, Boolean)

指定した HRESULT で識別されるエラーを生成し、指定したコンポーネント、ヘルプ ファイル、およびヘルプ コンテキストと関連付け、実行をキャンセルできるようにします。

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

構文

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

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

パラメーター

  • strHelpFile
    型: System. . :: . .String
    生成されるメッセージに関する追加情報を提供するヘルプ ファイルです。
  • HelpContext
    型: System. . :: . .Int32
    生成されるメッセージに関する追加情報を提供するヘルプ ファイル内の場所です。
  • bCancel
    型: System. . :: . .Boolean%
    実行をキャンセルする場合は true、それ以外の場合は false です。