Compartilhar via


Propriedade do RDL IDTSForEachVariableMappings100.Item

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets an IDTSForEachVariableMappings100 object from the collection.

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

Sintaxe

'Declaração
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSForEachVariableMapping100 
    Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

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

Valor da propriedade

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

Consulte também

Referência

IDTSForEachVariableMappings100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper