Condividi tramite


Proprietà IQueryDesignerHelpConsumer.HelpImpl

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the implemented help.

Spazio dei nomi  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)

Sintassi

'Dichiarazione
Property HelpImpl As IQueryDesignerHelpImpl 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

IQueryDesignerHelpConsumer Interfaccia

Spazio dei nomi Microsoft.ReportingServices.Interfaces