Condividi tramite


Costruttore MetadataProperty (String, String)

Initializes a new instance of the MetadataProperty class.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    name As String, _
    description As String _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

MetadataProperty Classe

Overload MetadataProperty

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel