F1KeywordAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クエリデザイナーインターフェースで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 |
ヘルプトピックのトピック識別子を取得します。 |