EvaluationHistoryCollection.Item Property (Int64)
Gets an EvaluationHistory object from the collection.
Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
    id As Long _
) As EvaluationHistory
    Get
'Usage
Dim instance As EvaluationHistoryCollection
Dim id As Long
Dim value As EvaluationHistory
value = instance(id)
public EvaluationHistory this[
    long id
] { get; }
public:
property EvaluationHistory^ default[long long id] {
    EvaluationHistory^ get (long long id);
}
member Item : EvaluationHistory
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- id
Type: System.Int64
An Int64 value that specifies the item to retrieve. 
Property Value
Type: Microsoft.SqlServer.Management.Dmf.EvaluationHistory
An EvaluationHistory object.