Compartilhar via


Método IDTSConnections100.Contains

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

Determines whether the collection contains 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
Function Contains ( _
    Key As Object _
) As Boolean
'Uso
Dim instance As IDTSConnections100 
Dim Key As Object 
Dim returnValue As Boolean 

returnValue = instance.Contains(Key)
bool Contains(
    Object Key
)
bool Contains(
    [InAttribute] Object^ Key
)
abstract Contains : 
        Key:Object -> bool
function Contains(
    Key : Object
) : boolean

Parâmetros

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

Valor de retorno

Tipo: System.Boolean
true if the connection manager is found in the collection; otherwise, false.

Comentários

For more information, see Connections.

Consulte também

Referência

IDTSConnections100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper