IQueryDesignerHelpImpl インターフェイス
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
カスタム クエリ デザイナーのヘルプの実装を表します。
名前空間: Microsoft.ReportingServices.Interfaces
アセンブリ: Microsoft.ReportingServices.QueryDesigners (Microsoft.ReportingServices.QueryDesigners.dll)
構文
'宣言
Public Interface IQueryDesignerHelpImpl
'使用
Dim instance As IQueryDesignerHelpImpl
public interface IQueryDesignerHelpImpl
public interface class IQueryDesignerHelpImpl
type IQueryDesignerHelpImpl = interface end
public interface IQueryDesignerHelpImpl
IQueryDesignerHelpImpl 型は、以下のメンバーを公開しています。
メソッド
名前 | 説明 | |
---|---|---|
ShowHelp | インフラストラクチャです。指定したキーワードと識別子のヘルプ コンテンツを含むヘルプ ダイアログ ボックスを表示します。 |
先頭に戻る