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는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.
매개 변수
- id
유형: System.Int32
A Int32 value that specifies the index id of the ConnectionEvaluationHistory object in the ConnectionEvaluationHistoryCollection collection.
속성 값
유형: 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 버전에서만 지원됩니다.