Compartilhar via


Propriedade do RDL IDTSConnectionInfos100.Item

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

Gets the IDTSConnectionInfo100 object from the collection by the name, index, ID, or identity.

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

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

Parâmetros

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

Valor da propriedade

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionInfo100
A IDTSConnectionInfo100 object from the collection that matches the name, index, ID, or identity given in the Index parameter.

Consulte também

Referência

IDTSConnectionInfos100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper