ConnectionEvaluationHistoryCollection.Item Property (Int32)
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
Property Value
Type: Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory