Partager via


Méthode IDTSVariableDispenser100.Contains

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Function Contains ( _
    Variable As String _
) As Boolean
'Utilisation
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

Paramètres

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

Valeur de retour

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

Voir aussi

Référence

IDTSVariableDispenser100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper