Freigeben über


F1KeywordAttribute-Konstruktor (String, Int32)

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, _
    topicId As Integer _
)
'Usage
Dim keyword As String 
Dim topicId As Integer 

Dim instance As New F1KeywordAttribute(keyword, _
    topicId)
public F1KeywordAttribute(
    string keyword,
    int topicId
)
public:
F1KeywordAttribute(
    String^ keyword, 
    int topicId
)
new : 
        keyword:string * 
        topicId:int -> F1KeywordAttribute
public function F1KeywordAttribute(
    keyword : String, 
    topicId : int
)

Parameter

  • keyword
    Typ: System.String
    The F1 keyword for a topic in SQL Server Books Online.
  • topicId
    Typ: System.Int32
    Nur für Informationszwecke identifiziert. Nicht unterstützt. Zukünftige Kompatibilität wird nicht sichergestellt.You should specify a nullein NULL-Verweis (Nothing in Visual Basic) value here (Nothing in Visual Basic).

Siehe auch

Verweis

F1KeywordAttribute Klasse

F1KeywordAttribute-Überladung

Microsoft.ReportingServices.Interfaces-Namespace