F1KeywordAttribute.Keyword 属性

Gets the F1 help keyword for a topic in SQL Server Books Online.

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:  Microsoft.ReportingServices.QueryDesigners(在 Microsoft.ReportingServices.QueryDesigners.dll 中)

语法

声明
Public ReadOnly Property Keyword As String 
    Get
用法
Dim instance As F1KeywordAttribute 
Dim value As String 

value = instance.Keyword
public string Keyword { get; }
public:
property String^ Keyword {
    String^ get ();
}
member Keyword : string
function get Keyword () : String

属性值

类型:System.String
A string value that represents the F1 help keyword for a topic in SQL Server Books Online.

请参阅

参考

F1KeywordAttribute 类

Microsoft.ReportingServices.Interfaces 命名空间