ConnectionEvaluationHistoryCollection.Item 属性 (Int32)

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

参数

属性值

类型:Microsoft.SqlServer.Management.Dmf.ConnectionEvaluationHistory
A ConnectionEvaluationHistory object value that represents the connection evaluation history that has the specified id value.

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

示例

使用集合

请参阅

参考

ConnectionEvaluationHistoryCollection 类

Item 重载

Microsoft.SqlServer.Management.Dmf 命名空间