次の方法で共有


F1KeywordAttribute コンストラクター (String, Int32)

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 オンライン ブックのトピックの F1 キーワード。
  • topicId
    型: System.Int32
    単に情報を示すためだけに特定されます。サポートされていません。将来の互換性は保証されません。ここでは Null 値を指定する必要があります (Visual Basic では Nothing)。

関連項目

参照

F1KeywordAttribute クラス

F1KeywordAttribute オーバーロード

Microsoft.ReportingServices.Interfaces 名前空間