Compartilhar via


Propriedade do RDL IDTSParameters100.Item

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

Gets a parameter object in the parameters collection with the specified index.

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 IDTSParameter100 
    Get
'Uso
Dim instance As IDTSParameters100 
Dim Index As Object 
Dim value As IDTSParameter100 

value = instance(Index)
IDTSParameter100 this[
    Object Index
] { get; }
property IDTSParameter100^ default[[InAttribute] Object^ Index] {
    IDTSParameter100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSParameter100
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

  • Index
    Tipo: System.Object
    The location of the parameter object within the parameters collection.

Valor da propriedade

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSParameter100
A parameter object with the specified index.

Consulte também

Referência

IDTSParameters100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper