Condividi tramite


Proprietà MapValueInfoCollection.Item (String)

Gets the MapValueInfo object with the specified name.

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    name As String _
) As MapValueInfo 
    Get
'Utilizzo
Dim instance As MapValueInfoCollection 
Dim name As String 
Dim value As MapValueInfo 

value = instance(name)
public MapValueInfo this[
    string name
] { get; }
public:
property MapValueInfo^ default[String^ name] {
    MapValueInfo^ get (String^ name);
}
member Item : MapValueInfo
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

  • name
    Tipo: System.String
    A string value that contains the name.

Valore proprietà

Tipo: Microsoft.SqlServer.Management.XEvent.MapValueInfo
A MapValueInfo object with the specified name.

Vedere anche

Riferimento

MapValueInfoCollection Classe

Overload Item

Spazio dei nomi Microsoft.SqlServer.Management.XEvent