F1KeywordAttribute 构造函数 (String)
命名空间: 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