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 命名空间