MetadataValue 构造函数 (String)

Initializes a new instance of the MetadataValue class.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Sub New ( _
    value As String _
)
用法
Dim value As String

Dim instance As New MetadataValue(value)
public MetadataValue(
    string value
)
public:
MetadataValue(
    String^ value
)
new : 
        value:string -> MetadataValue
public function MetadataValue(
    value : String
)

参数