共用方式為


IQueryDesignerHelpConsumer.HelpImpl 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets the implemented help.

命名空間:  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
The implemented help.

請參閱

參考

IQueryDesignerHelpConsumer 介面

Microsoft.ReportingServices.Interfaces 命名空間