F1KeywordAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the F1KeywordAttribute class.
Overloads
F1KeywordAttribute(String) |
Initializes a new instance of the F1KeywordAttribute class. |
F1KeywordAttribute(String, Int32) |
Initializes a new instance of the F1KeywordAttribute class. |
F1KeywordAttribute(String)
Initializes a new instance of the F1KeywordAttribute class.
public:
F1KeywordAttribute(System::String ^ keyword);
public F1KeywordAttribute (string keyword);
new Microsoft.ReportingServices.Interfaces.F1KeywordAttribute : string -> Microsoft.ReportingServices.Interfaces.F1KeywordAttribute
Public Sub New (keyword As String)
Parameters
- keyword
- String
The F1 keyword for a topic in SQL Server Books Online.
Applies to
F1KeywordAttribute(String, Int32)
Initializes a new instance of the F1KeywordAttribute class.
public:
F1KeywordAttribute(System::String ^ keyword, int topicId);
public F1KeywordAttribute (string keyword, int topicId);
new Microsoft.ReportingServices.Interfaces.F1KeywordAttribute : string * int -> Microsoft.ReportingServices.Interfaces.F1KeywordAttribute
Public Sub New (keyword As String, topicId As Integer)
Parameters
- keyword
- String
The F1 keyword for a topic in SQL Server Books Online.
- topicId
- Int32
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
You should specify a null
value here (Nothing
in Visual Basic).