ProjectVariablesWrapper.Item 속성
Gets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public ReadOnly Default Property Item ( _
index As Object _
) As IDTSVariable100
Get
‘사용 방법
Dim instance As ProjectVariablesWrapper
Dim index As Object
Dim value As IDTSVariable100
value = instance(index)
public IDTSVariable100 this[
Object index
] { get; }
public:
virtual property IDTSVariable100^ default[Object^ index] {
IDTSVariable100^ get (Object^ index) sealed;
}
abstract Item : IDTSVariable100
override Item : IDTSVariable100
Jscript는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.
매개 변수
- index
유형: System.Object
The index of the variable object to return
속성 값
유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
The specified IDTSVariable100 object.