次の方法で共有


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

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

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:  Microsoft.ReportingServices.QueryDesigners (Microsoft.ReportingServices.QueryDesigners.dll)

構文

'宣言
Public Sub New ( _
    keyword As String _
)
'使用
Dim keyword As String 

Dim instance As New F1KeywordAttribute(keyword)
public F1KeywordAttribute(
    string keyword
)
public:
F1KeywordAttribute(
    String^ keyword
)
new : 
        keyword:string -> F1KeywordAttribute
public function F1KeywordAttribute(
    keyword : String
)

パラメーター

  • keyword
    型: System.String
    SQL Server オンライン ブックのトピックの F1 キーワード。

関連項目

参照

F1KeywordAttribute クラス

F1KeywordAttribute オーバーロード

Microsoft.ReportingServices.Interfaces 名前空間