Partager via


Propriété MapValueInfoCollection.Item (String)

Gets the MapValueInfo object with the specified name.

Espace de noms :  Microsoft.SqlServer.Management.XEvent
Assembly :  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    name As String _
) As MapValueInfo 
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

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

Valeur de propriété

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

Voir aussi

Référence

MapValueInfoCollection Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Management.XEvent