言語

F1KeywordAttribute クラス

定義

クエリデザイナーインターフェースでF1キーを押した際にSQL Server Books Onlineを検索するためのトピックキーワードを表します。

public ref class F1KeywordAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public class F1KeywordAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type F1KeywordAttribute = class
    inherit Attribute
Public Class F1KeywordAttribute
Inherits Attribute
継承
F1KeywordAttribute
属性

コンストラクター

名前 説明
F1KeywordAttribute(String, Int32)

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

F1KeywordAttribute(String)

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

プロパティ

名前 説明
Keyword

SQL Server Books OnlineのトピックのF1ヘルプキーワードを取得します。

TopicId

ヘルプトピックのトピック識別子を取得します。

適用対象