Udostępnij za pośrednictwem


Konstruktor MetadataProperty (String, String)

Inicjuje nowe wystąpienie MetadataProperty klasy

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

Składnia

'Deklaracja
Public Sub New ( _
    name As String, _
    description As String _
)
'Użycie
Dim name As String
Dim description As String

Dim instance As New MetadataProperty(name, description)
public MetadataProperty(
    string name,
    string description
)
public:
MetadataProperty(
    String^ name, 
    String^ description
)
new : 
        name:string * 
        description:string -> MetadataProperty
public function MetadataProperty(
    name : String, 
    description : String
)

Parametry