Proprietà MetadataProperties.Item (String)
Gets an item from the collection that has the specified name.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
name As String _
) As MetadataProperty
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- name
Tipo: System.String
The name of the item in the collection.
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel.MetadataProperty
A MetadataProperty object that has the specified name.