다음을 통해 공유


Item 속성

Returns a ForEachVariableMapping object from the collection.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public ReadOnly Default Property Item ( _
    index As Object _
) As ForEachVariableMapping
    Get
‘사용 방법
Dim instance As ForEachVariableMappings
Dim index As Object
Dim value As ForEachVariableMapping

value = instance(index)
public ForEachVariableMapping this[
    Object index
] { get; }
public:
property ForEachVariableMapping^ default[Object^ index] {
    ForEachVariableMapping^ get (Object^ index);
}
member Item : ForEachVariableMapping
Jscript는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.

매개 변수

주의

If the call to the Contains method returns true, you can access the specified element in the collection by using the syntax ForEachVariableMappings[index]. However, if the Contains method returns false, this property throws an exception. In C#, this property is the indexer for the ForEachVariableMappings class.