Freigeben über


IDTSForEachVariableMappings100.Item-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets an IDTSForEachVariableMappings100 object from the collection.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSForEachVariableMapping100 
    Get
'Usage
Dim instance As IDTSForEachVariableMappings100 
Dim Index As Object 
Dim value As IDTSForEachVariableMapping100 

value = instance(Index)
IDTSForEachVariableMapping100 this[
    Object Index
] { get; }
property IDTSForEachVariableMapping100^ default[[InAttribute] Object^ Index] {
    IDTSForEachVariableMapping100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSForEachVariableMapping100
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

  • Index
    Typ: System.Object
    The name, description, ID, or index of the object to return from the collection.

Eigenschaftswert

Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachVariableMapping100
An IDTSForEachVariableMappings100 object from the collection.

Siehe auch

Verweis

IDTSForEachVariableMappings100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace