IDTSEventInfos100.Item 속성
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets the IDTSEventInfo100 object from the collection.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
ReadOnly Default Property Item ( _
Index As Object _
) As IDTSEventInfo100
Get
‘사용 방법
Dim instance As IDTSEventInfos100
Dim Index As Object
Dim value As IDTSEventInfo100
value = instance(Index)
IDTSEventInfo100 this[
Object Index
] { get; }
property IDTSEventInfo100^ default[[InAttribute] Object^ Index] {
IDTSEventInfo100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSEventInfo100
Jscript는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.
매개 변수
- Index
유형: System.Object
The name, description, ID, or index of the IDTSEventInfo100 object to return.
속성 값
유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfo100
An IDTSEventInfo100 object.
주의
For more information, see EventInfos.