Freigeben über


ConnectionEvaluationHistoryCollection.Item-Eigenschaft (Int32)

Gets a ConnectionEvaluationHistory object in the collection by id value.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    id As Integer _
) As ConnectionEvaluationHistory 
    Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftswert

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

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Beispiele

Verwenden von Auflistungen

Siehe auch

Verweis

ConnectionEvaluationHistoryCollection Klasse

Item-Überladung

Microsoft.SqlServer.Management.Dmf-Namespace