Propriété EventFieldCollection.Item (String)
Gets the EventField 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 EventField
Get
'Utilisation
Dim instance As EventFieldCollection
Dim name As String
Dim value As EventField
value = instance(name)
public EventField this[
string name
] { get; }
public:
property EventField^ default[String^ name] {
EventField^ get (String^ name);
}
member Item : EventField
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.EventField
A EventField object.