共用方式為


F1KeywordAttribute 類別

Represents the topic keyword to search for SQL Server Books Online when the F1 key is pressed in the query designer interface.

繼承階層

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) Initializes a new instance of the F1KeywordAttribute class.
公用方法 F1KeywordAttribute(String, Int32) Initializes a new instance of the F1KeywordAttribute class.

上層

屬性

  名稱 說明
公用屬性 Keyword Gets the F1 help keyword for a topic in SQL Server Books Online.
公用屬性 TopicId 基礎結構。Gets the topic identifier for the help topic.
公用屬性 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。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.ReportingServices.Interfaces 命名空間