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 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

类型: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 版本支持此命名空间、类或成员。

示例

使用集合