ConnectionEvaluationHistoryCollection.Item Property (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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- id
Type: System.Int32
A Int32 value that specifies the index id of the ConnectionEvaluationHistory object in the ConnectionEvaluationHistoryCollection collection.
Property Value
Type: Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory
A ConnectionEvaluationHistory object value that represents the connection evaluation history that has the specified id value.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.