Compartir a través de


IDTSVariables100.Contains Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Determines whether the items in the collection can be accessed by using indexing without throwing an exception.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Function Contains ( _
    Index As Object _
) As Boolean
'Uso
Dim instance As IDTSVariables100 
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

  • Index
    Tipo: System.Object
    The name, ID, description, or index of the variable to locate in the collection.

Valor devuelto

Tipo: System.Boolean
true if the collection can be accessed by using indexing; otherwise, false.

Comentarios

For more information, see Variables.

Vea también

Referencia

IDTSVariables100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper