F1KeywordAttribute.Keyword プロパティ
SQL Server オンライン ブックのトピックの F1 ヘルプ キーワードを取得します。
名前空間: 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
SQL Server オンライン ブックのトピックの F1 ヘルプ キーワードを表す string 値。