Compartilhar via


Propriedade do RDL IQueryDesignerHelpConsumer.HelpImpl

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the implemented help.

Namespace:  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (em Microsoft.ReportingServices.QueryDesigners.dll)

Sintaxe

'Declaração
Property HelpImpl As IQueryDesignerHelpImpl 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.ReportingServices.Interfaces.IQueryDesignerHelpImpl
The implemented help.

Consulte também

Referência

IQueryDesignerHelpConsumer Interface

Namespace Microsoft.ReportingServices.Interfaces