Compartir a través de


IQueryDesignerHelpConsumer.HelpImpl Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the implemented help.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblado:  Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

IQueryDesignerHelpConsumer Interfaz

Espacio de nombres Microsoft.ReportingServices.Interfaces