MetadataProperty 建構函式 (String, String)
Initializes a new instance of the MetadataProperty class.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Sub New ( _
name As String, _
description As String _
)
'用途
Dim name As String
Dim description As String
Dim instance As New MetadataProperty(name, description)
public MetadataProperty(
string name,
string description
)
public:
MetadataProperty(
String^ name,
String^ description
)
new :
name:string *
description:string -> MetadataProperty
public function MetadataProperty(
name : String,
description : String
)
參數
- name
型別:System. . :: . .String
The property name.
- description
型別:System. . :: . .String
The property description.