Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the EventInfo 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 EventInfo
Get
'Utilisation
Dim instance As EventInfoCollection
Dim name As String
Dim value As EventInfo
value = instance(name)
public EventInfo this[
string name
] { get; }
public:
virtual property EventInfo^ default[String^ name] {
EventInfo^ get (String^ name) sealed;
}
abstract Item : EventInfo
override Item : EventInfo
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.EventInfo
The EventInfo object specified by the name parameter.