Método FireWarningWithArgs (Int32, String, String, Int32, Object[])

Raises a warning identified by the specified HRESULT, associates it with the specified component, help file, and help context, and includes an optional array of user-defined objects or information.

Namespace:  Microsoft.SqlServer.Dts.ManagedMsg
Assembly:  Microsoft.SqlServer.DtsMsg (em Microsoft.SqlServer.DtsMsg.dll)

Sintaxe

'Declaração
Public Sub FireWarningWithArgs ( _
    hResult As Integer, _
    strSubComponent As String, _
    strHelpFile As String, _
    HelpContext As Integer, _
    ParamArray paramList As Object() _
)
'Uso
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)

Parâmetros

  • strHelpFile
    Tipo: System. . :: . .String
    The help file that provides additional information about the messages that are raised.
  • HelpContext
    Tipo: System. . :: . .Int32
    The location in the help file that provides additional information about the messages that are raised.
  • paramList
    Tipo: array<System. . :: . .Object> [] () [] []
    An optional array of user-defined objects or information.