ConnectionEvaluationHistoryCollection.Item プロパティ (Int32)

コレクション内にある指定した ID 値の ConnectionEvaluationHistory オブジェクトを取得します。

名前空間:  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
指定した ID 値を持つ接続評価履歴を表す ConnectionEvaluationHistory オブジェクト値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

使用例

コレクションの使用

関連項目

参照

ConnectionEvaluationHistoryCollection クラス

Item オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間