Constructeur MetadataValue (String)
Initializes a new instance of the MetadataValue class.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Sub New ( _
value As String _
)
'Utilisation
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
)
Paramètres
- value
Type : System. . :: . .String
The metadata value.