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

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

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

構文

'宣言
Public Sub FireWarningWithArgs ( _
    hResult As Integer, _
    strSubComponent As String, _
    strHelpFile As String, _
    HelpContext As Integer, _
    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 paramList As Object()

instance.FireWarningWithArgs(hResult, _
    strSubComponent, strHelpFile, HelpContext, _
    paramList)
public void FireWarningWithArgs(
    int hResult,
    string strSubComponent,
    string strHelpFile,
    int HelpContext,
    params Object[] paramList
)
public:
void FireWarningWithArgs(
    int hResult, 
    String^ strSubComponent, 
    String^ strHelpFile, 
    int HelpContext, 
    ... array<Object^>^ paramList
)
member FireWarningWithArgs : 
        hResult:int * 
        strSubComponent:string * 
        strHelpFile:string * 
        HelpContext:int * 
        paramList:Object[] -> unit 
public function FireWarningWithArgs(
    hResult : int, 
    strSubComponent : String, 
    strHelpFile : String, 
    HelpContext : int, 
    ... paramList : Object[]
)

パラメーター

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