Propriété MapInfoCollection.Item (String)
Gets the MapInfo 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 MapInfo
Get
'Utilisation
Dim instance As MapInfoCollection
Dim name As String
Dim value As MapInfo
value = instance(name)
public MapInfo this[
string name
] { get; }
public:
virtual property MapInfo^ default[String^ name] {
MapInfo^ get (String^ name) sealed;
}
abstract Item : MapInfo
override Item : MapInfo
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 that contains the name.
Valeur de propriété
Type : Microsoft.SqlServer.Management.XEvent.MapInfo
The MapInfo object specified by the name parameter.