Compartilhar via


Propriedade do RDL F1KeywordAttribute.Keyword

Gets the F1 help keyword for a topic in SQL Server Books Online.

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

Sintaxe

'Declaração
Public ReadOnly Property Keyword As String 
    Get
'Uso
Dim instance As F1KeywordAttribute 
Dim value As String 

value = instance.Keyword
public string Keyword { get; }
public:
property String^ Keyword {
    String^ get ();
}
member Keyword : string
function get Keyword () : String

Valor da propriedade

Tipo: System.String
A string value that represents the F1 help keyword for a topic in SQL Server Books Online.

Consulte também

Referência

F1KeywordAttribute Classe

Namespace Microsoft.ReportingServices.Interfaces