Compartir a través de


MetadataProperties.Item Propiedad (String)

Gets an item from the collection that has the specified name.

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

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    name As String _
) As MetadataProperty 
    Get
'Uso
Dim instance As MetadataProperties 
Dim name As String 
Dim value As MetadataProperty 

value = instance(name)
public MetadataProperty this[
    string name
] { get; }
public:
property MetadataProperty^ default[String^ name] {
    MetadataProperty^ get (String^ name);
}
member Item : MetadataProperty
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

  • name
    Tipo: System.String
    The name of the item in the collection.

Valor de la propiedad

Tipo: Microsoft.ReportingServices.RdlObjectModel.MetadataProperty
A MetadataProperty object that has the specified name.

Vea también

Referencia

MetadataProperties Clase

Sobrecarga de Item

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel