PropertyDefinition 构造函数
Initializes a new instance of the PropertyDefinition class.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Protected Sub New ( _
name As String _
)
用法
Dim name As String
Dim instance As New PropertyDefinition(name)
protected PropertyDefinition(
string name
)
protected:
PropertyDefinition(
String^ name
)
new :
name:string -> PropertyDefinition
protected function PropertyDefinition(
name : String
)
参数
- name
类型:System.String
The name of the property.