次の方法で共有


IQueryDesignerHelpImpl.ShowHelp メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

指定したキーワードと識別子のヘルプ コンテンツを含むヘルプ ダイアログ ボックスを表示します。

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:  Microsoft.ReportingServices.QueryDesigners (Microsoft.ReportingServices.QueryDesigners.dll)

構文

'宣言
Sub ShowHelp ( _
    ctl As Control, _
    helpKeyword As String, _
    helpId As Integer _
)
'使用
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
)

パラメーター

  • helpKeyword
    型: System.String
    表示するヘルプのキーワードです。
  • helpId
    型: System.Int32
    ヘルプ コンテンツの識別子です。

関連項目

参照

IQueryDesignerHelpImpl インターフェイス

Microsoft.ReportingServices.Interfaces 名前空間