ObjectStatementCollection.ContainsKey(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si la table contient le propriétaire d'instructions donné.
public:
bool ContainsKey(System::Object ^ statementOwner);
public bool ContainsKey (object statementOwner);
member this.ContainsKey : obj -> bool
Public Function ContainsKey (statementOwner As Object) As Boolean
Paramètres
- statementOwner
- Object
Propriétaire de la collection d'instructions.
Retours
true si statementOwner se trouve dans la table ; sinon, false.
Exceptions
statementOwner a la valeur null.