Proprietà ConnectionEvaluationHistoryCollection.Item (Int32)

Gets a ConnectionEvaluationHistory object in the collection by id value.

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

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    id As Integer _
) As ConnectionEvaluationHistory 
    Get
'Utilizzo
Dim instance As ConnectionEvaluationHistoryCollection 
Dim id As Integer 
Dim value As ConnectionEvaluationHistory 

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

Parametri

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory
A ConnectionEvaluationHistory object value that represents the connection evaluation history that has the specified id value.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Esempi

Utilizzo delle raccolte

Vedere anche

Riferimento

ConnectionEvaluationHistoryCollection Classe

Overload Item

Spazio dei nomi Microsoft.SqlServer.Management.Dmf