Propriété SessionCollection.Item (String)
Gets the Session 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 Session
Get
'Utilisation
Dim instance As SessionCollection
Dim name As String
Dim value As Session
value = instance(name)
public Session this[
string name
] { get; }
public:
property Session^ default[String^ name] {
Session^ get (String^ name);
}
member Item : Session
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 specifies the name.
Valeur de propriété
Type : Microsoft.SqlServer.Management.XEvent.Session
A Session object.