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 버전에서만 지원됩니다.