Item-Eigenschaft (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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- id
Typ: System. . :: . .Int32
A Int32 value that specifies the ID value of the EvaluationDetail object in the EvaluationDetailCollection collection.
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Dmf. . :: . .EvaluationDetail
A EvaluationDetail object value that represents a row of detail in the evaluation that has the specified name.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.