Freigeben über


MetadataProperties.Item-Eigenschaft (String)

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    name As String _
) As MetadataProperty 
    Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

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

Eigenschaftswert

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

Siehe auch

Verweis

MetadataProperties Klasse

Item-Überladung

Microsoft.ReportingServices.RdlObjectModel-Namespace