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