次の方法で共有


F1KeywordAttribute コンストラクター

F1KeywordAttribute クラスの新しいインスタンスを初期化します。

名前空間:  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
    SQL Server オンライン ブックで検索するキーワードです。
  • topicId
    型: System. . :: . .Int32
    SQL Server オンライン ブックでアクセスするトピック ID です。