Compartilhar via


Método IDTSExecutables100.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 items in the collection can be accessed using the index as the parameter.

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

Sintaxe

'Declaração
Function Contains ( _
    Index As Object _
) As Boolean
'Uso
Dim instance As IDTSExecutables100 
Dim Index As Object 
Dim returnValue As Boolean 

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

Parâmetros

Valor de retorno

Tipo: System.Boolean
true if the items in the collection can be accessed using the index as the parameter; otherwise, false.

Comentários

For more information, see Executables.

Consulte também

Referência

IDTSExecutables100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper