Partager via


Propriété PredSourceInfoCollection.Item (String)

Gets the PredSourceInfo 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 PredSourceInfo 
    Get
'Utilisation
Dim instance As PredSourceInfoCollection 
Dim name As String 
Dim value As PredSourceInfo 

value = instance(name)
public PredSourceInfo this[
    string name
] { get; }
public:
virtual property PredSourceInfo^ default[String^ name] {
    PredSourceInfo^ get (String^ name) sealed;
}
abstract Item : PredSourceInfo 
override Item : PredSourceInfo
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.PredSourceInfo
The PredSourceInfo object with the specified name.

Voir aussi

Référence

PredSourceInfoCollection Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Management.XEvent