次の方法で共有


IQueryDesignerHelpConsumer.HelpImpl プロパティ

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

実装されたヘルプを取得または設定します。

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

構文

'宣言
Property HelpImpl As IQueryDesignerHelpImpl 
    Get 
    Set
'使用
Dim instance As IQueryDesignerHelpConsumer 
Dim value As IQueryDesignerHelpImpl 

value = instance.HelpImpl

instance.HelpImpl = value
IQueryDesignerHelpImpl HelpImpl { get; set; }
property IQueryDesignerHelpImpl^ HelpImpl {
    IQueryDesignerHelpImpl^ get ();
    void set (IQueryDesignerHelpImpl^ value);
}
abstract HelpImpl : IQueryDesignerHelpImpl with get, set
function get HelpImpl () : IQueryDesignerHelpImpl 
function set HelpImpl (value : IQueryDesignerHelpImpl)

プロパティ値

型: Microsoft.ReportingServices.Interfaces.IQueryDesignerHelpImpl
実装されたヘルプ。

関連項目

参照

IQueryDesignerHelpConsumer インターフェイス

Microsoft.ReportingServices.Interfaces 名前空間