HelpImpl 属性
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
命名空间: 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)