F1KeywordAttribute クラス
クエリ デザイナーのインターフェイスで F1 キーが押されたときに SQL Server オンライン ブックで検索するトピックのキーワードを表します。
継承階層
System.Object
System.Attribute
Microsoft.ReportingServices.Interfaces.F1KeywordAttribute
名前空間: Microsoft.ReportingServices.Interfaces
アセンブリ: Microsoft.ReportingServices.QueryDesigners (Microsoft.ReportingServices.QueryDesigners.dll)
構文
'宣言
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public Class F1KeywordAttribute _
Inherits Attribute
'使用
Dim instance As F1KeywordAttribute
[AttributeUsageAttribute(AttributeTargets.Class)]
public class F1KeywordAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class)]
public ref class F1KeywordAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Class)>]
type F1KeywordAttribute =
class
inherit Attribute
end
public class F1KeywordAttribute extends Attribute
F1KeywordAttribute 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
F1KeywordAttribute(String) | F1KeywordAttribute クラスの新しいインスタンスを初期化します。 | |
F1KeywordAttribute(String, Int32) | F1KeywordAttribute クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Keyword | SQL Server オンライン ブックのトピックの F1 ヘルプ キーワードを取得します。 | |
TopicId | インフラストラクチャです。ヘルプ トピックのトピック識別子を取得します。 | |
TypeId | (Attribute から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Attribute から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Attribute から継承されています。) | |
GetType | (Object から継承されています。) | |
IsDefaultAttribute | (Attribute から継承されています。) | |
Match | (Attribute から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
_Attribute.GetIDsOfNames | (Attribute から継承されています。) | |
_Attribute.GetTypeInfo | (Attribute から継承されています。) | |
_Attribute.GetTypeInfoCount | (Attribute から継承されています。) | |
_Attribute.Invoke | (Attribute から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。