Propriété Item (Int32)
Gets a EvaluationDetail object in the collection by ID value.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
id As Integer _
) As EvaluationDetail
Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- id
Type : System. . :: . .Int32
A Int32 value that specifies the ID value of the EvaluationDetail object in the EvaluationDetailCollection collection.
Valeur de propriété
Type : Microsoft.SqlServer.Management.Dmf. . :: . .EvaluationDetail
A EvaluationDetail object value that represents a row of detail in the evaluation that has the specified name.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.