Contains méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see Connections.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Function Contains ( _
Key As Object _
) As Boolean
'Utilisation
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
Paramètres
- Key
Type : System. . :: . .Object
Valeur de retour
Type : System. . :: . .Boolean