Partager via


Propriété IQueryDesignerHelpConsumer.HelpImpl

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the implemented help.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assembly :  Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)

Syntaxe

'Déclaration
Property HelpImpl As IQueryDesignerHelpImpl 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IQueryDesignerHelpConsumer Interface

Espace de noms Microsoft.ReportingServices.Interfaces