Compartilhar via


Propriedade do RDL IDTSConnections100.Item

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

Returns the connection manager with the specified key.

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

Sintaxe

'Declaração
ReadOnly Default Property Item ( _
    Key As Object _
) As IDTSConnectionManager100 
    Get
'Uso
Dim instance As IDTSConnections100 
Dim Key As Object 
Dim value As IDTSConnectionManager100 

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

Parâmetros

  • Key
    Tipo: System.Object
    The name, identity, ID, or index of the connection manager to return.

Valor da propriedade

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
The connection manager with the specified key.

Comentários

For more information, see Connections.

Consulte também

Referência

IDTSConnections100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper