F1KeywordAttribute 類別
Specifies 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) | ||
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 | 基礎結構。 | |
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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。