Compartilhar via


Método IQueryDesignerHelpImpl.ShowHelp

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Displays the help dialog box with the help contents for the specified keyword and identifier.

Namespace:  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (em Microsoft.ReportingServices.QueryDesigners.dll)

Sintaxe

'Declaração
Sub ShowHelp ( _
    ctl As Control, _
    helpKeyword As String, _
    helpId As Integer _
)
'Uso
Dim instance As IQueryDesignerHelpImpl 
Dim ctl As Control 
Dim helpKeyword As String 
Dim helpId As Integer

instance.ShowHelp(ctl, helpKeyword, helpId)
void ShowHelp(
    Control ctl,
    string helpKeyword,
    int helpId
)
void ShowHelp(
    Control^ ctl, 
    String^ helpKeyword, 
    int helpId
)
abstract ShowHelp : 
        ctl:Control * 
        helpKeyword:string * 
        helpId:int -> unit
function ShowHelp(
    ctl : Control, 
    helpKeyword : String, 
    helpId : int
)

Parâmetros

  • helpKeyword
    Tipo: System.String
    The keyword to display help for.
  • helpId
    Tipo: System.Int32
    The identifier of the help contents.

Consulte também

Referência

IQueryDesignerHelpImpl Interface

Namespace Microsoft.ReportingServices.Interfaces