Freigeben über


F1KeywordAttribute-Konstruktor (String)

Initializes a new instance of the F1KeywordAttribute class.

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

Syntax

'Declaration
Public Sub New ( _
    keyword As String _
)
'Usage
Dim keyword As String 

Dim instance As New F1KeywordAttribute(keyword)
public F1KeywordAttribute(
    string keyword
)
public:
F1KeywordAttribute(
    String^ keyword
)
new : 
        keyword:string -> F1KeywordAttribute
public function F1KeywordAttribute(
    keyword : String
)

Parameter

  • keyword
    Typ: System.String
    The F1 keyword for a topic in SQL Server Books Online.

Siehe auch

Verweis

F1KeywordAttribute Klasse

F1KeywordAttribute-Überladung

Microsoft.ReportingServices.Interfaces-Namespace