MetadataValue-Konstruktor (String)
Initializes a new instance of the MetadataValue class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
value As String _
)
'Usage
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
)
Parameter
- value
Typ: System. . :: . .String
The metadata value.