Compartir a través de


ForEachVariableMappings.Item Property

Returns a ForEachVariableMapping object from the collection.

Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    index As Object _
) As ForEachVariableMapping
public ForEachVariableMapping this [
    Object index
] { get; }
public:
property ForEachVariableMapping^ default [Object^] {
    ForEachVariableMapping^ get (Object^ index);
}
/** @property */
public ForEachVariableMapping get_Item (Object index)

Parámetros

Valor de propiedad

A ForEachVariableMapping object.

Notas

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.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ForEachVariableMappings Class
ForEachVariableMappings Members
Microsoft.SqlServer.Dts.Runtime Namespace