DTSParamValueCollection.Contains(DTSParamValue) 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.
Indique si les éléments dans une collection sont accessibles en utilisant l'indexation sans lever d'exception.
public:
bool Contains(Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValue ^ paramValue);
public bool Contains (Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue paramValue);
member this.Contains : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue -> bool
Public Function Contains (paramValue As DTSParamValue) As Boolean
Paramètres
- paramValue
- DTSParamValue
Nom, identité, ID ou index de l'objet DTSParamValue à trouver dans la collection.
Retours
true si la collection est accessible à l’aide de la syntaxe DTSParamValueCollection [index]; false si l’indexation ne peut pas être utilisée pour récupérer des éléments de la collection.