Поделиться через


Свойство 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