Condividi tramite


Proprietà ReadOnlyEventColumnInfoCollection.Item (String)

Gets the ReadOnlyEventColumnInfo object with the specified name.

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    name As String _
) As ReadOnlyEventColumnInfo 
    Get
'Utilizzo
Dim instance As ReadOnlyEventColumnInfoCollection 
Dim name As String 
Dim value As ReadOnlyEventColumnInfo 

value = instance(name)
public ReadOnlyEventColumnInfo this[
    string name
] { get; }
public:
property ReadOnlyEventColumnInfo^ default[String^ name] {
    ReadOnlyEventColumnInfo^ get (String^ name);
}
member Item : ReadOnlyEventColumnInfo
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

  • name
    Tipo: System.String
    A string value that specifies the name.

Valore proprietà

Tipo: Microsoft.SqlServer.Management.XEvent.ReadOnlyEventColumnInfo
The ReadOnlyEventColumnInfo object with the specified name.

Vedere anche

Riferimento

ReadOnlyEventColumnInfoCollection Classe

Overload Item

Spazio dei nomi Microsoft.SqlServer.Management.XEvent