Udostępnij przez


Właściwość MetadataProperties.Item (String)

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public ReadOnly Default Property Item ( _
    name As String _
) As MetadataProperty
    Get
'Użycie
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
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry