Item 屬性 (Int32)
Gets a EvaluationDetail object in the collection by ID value.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public ReadOnly Default Property Item ( _
id As Integer _
) As EvaluationDetail
Get
'用途
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 支援索引屬性的使用,但不支援新屬性的宣告。
參數
- id
型別:System. . :: . .Int32
A Int32 value that specifies the ID value of the EvaluationDetail object in the EvaluationDetailCollection collection.
屬性值
型別:Microsoft.SqlServer.Management.Dmf. . :: . .EvaluationDetail
A EvaluationDetail object value that represents a row of detail in the evaluation that has the specified name.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。