Metodo IDTSVariableDispenser100.Contains

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Specifies whether an item can be retrieve from the collection by using indexing without throwing an exception. For more information, see VariableDispenserClass.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Function Contains ( _
    Variable As String _
) As Boolean
'Utilizzo
Dim instance As IDTSVariableDispenser100 
Dim Variable As String 
Dim returnValue As Boolean 

returnValue = instance.Contains(Variable)
bool Contains(
    string Variable
)
bool Contains(
    [InAttribute] String^ Variable
)
abstract Contains : 
        Variable:string -> bool
function Contains(
    Variable : String
) : boolean

Parametri

  • Variable
    Tipo: System.String
    The name of the variable to locate in the collection.

Valore restituito

Tipo: System.Boolean
An item to retrieve from the collection.

Vedere anche

Riferimento

IDTSVariableDispenser100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper