Compartir a través de


MetadataProperty Constructor (String, String)

Initializes a new instance of the MetadataProperty class.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Sub New ( _
    name As String, _
    description As String _
)
'Uso
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
)

Parámetros

Vea también

Referencia

MetadataProperty Clase

Sobrecarga de MetadataProperty

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel