Конструктор F1KeywordAttribute
Initializes a new instance of the F1KeywordAttribute class.
Пространство имен: Microsoft.ReportingServices.Interfaces
Сборка: Microsoft.ReportingServices.QueryDesigners (в Microsoft.ReportingServices.QueryDesigners.dll)
Синтаксис
'Декларация
Public Sub New ( _
keyword As String, _
topicId As Integer _
)
'Применение
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
)
Параметры
- keyword
Тип System. . :: . .String
The keyword for which to search in SQL Server Books Online.
- topicId
Тип System. . :: . .Int32
The topic ID to access in SQL Server Books Online.