共用方式為


F1KeywordAttribute 建構函式 (String)

Initializes a new instance of the F1KeywordAttribute class.

命名空間:  Microsoft.ReportingServices.Interfaces
組件:  Microsoft.ReportingServices.QueryDesigners (在 Microsoft.ReportingServices.QueryDesigners.dll 中)

語法

'宣告
Public Sub New ( _
    keyword As String _
)
'用途
Dim keyword As String 

Dim instance As New F1KeywordAttribute(keyword)
public F1KeywordAttribute(
    string keyword
)
public:
F1KeywordAttribute(
    String^ keyword
)
new : 
        keyword:string -> F1KeywordAttribute
public function F1KeywordAttribute(
    keyword : String
)

參數

  • keyword
    型別:System.String
    The F1 keyword for a topic in SQL Server Books Online.

請參閱

參考

F1KeywordAttribute 類別

F1KeywordAttribute 多載

Microsoft.ReportingServices.Interfaces 命名空間