Construtor MetadataValue (String)
Initializes a new instance of the MetadataValue class using the specified value.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Sub New ( _
value As String _
)
'Uso
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
)
Parâmetros
- value
Tipo: System.String
The metadata value.