Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets the implemented help.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
Syntax
'Declaration
Property HelpImpl As IQueryDesignerHelpImpl
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.ReportingServices.Interfaces.IQueryDesignerHelpImpl
The implemented help.