Udostępnij przez


Konstruktor MetadataValue (String)

Inicjuje nowe wystąpienie MetadataValue klasy

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Sub New ( _
    value As String _
)
'Użycie
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
)

Parametry