Share via


EvaluationDetailCollection.Item Property (Int32)

Gets a EvaluationDetail 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 EvaluationDetail
    Get
'Usage
Dim instance As EvaluationDetailCollection
Dim id As Integer
Dim value As EvaluationDetail

value = instance(id)
public EvaluationDetail this[
    int id
] { get; }
public:
property EvaluationDetail^ default[int id] {
    EvaluationDetail^ get (int id);
}
member Item : EvaluationDetail
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

Type: Microsoft.SqlServer.Management.Dmf.EvaluationDetail
A EvaluationDetail object value that represents a row of detail in the evaluation that has the specified name.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.