Proprietà PredCompareInfoCollection.Item (String)
Gets the PredCompareInfo object identified by the 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 PredCompareInfo
Get
'Utilizzo
Dim instance As PredCompareInfoCollection
Dim name As String
Dim value As PredCompareInfo
value = instance(name)
public PredCompareInfo this[
string name
] { get; }
public:
virtual property PredCompareInfo^ default[String^ name] {
PredCompareInfo^ get (String^ name) sealed;
}
abstract Item : PredCompareInfo
override Item : PredCompareInfo
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.PredCompareInfo
The PredCompareInfo object identified by the name.