DTSParamValueCollection.Contains(DTSParamValue) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the items in a collection can be accessed by using indexing without throwing an 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
Parameters
- paramValue
- DTSParamValue
The name, identity, ID, or index of the DTSParamValue object to locate in the collection.
Returns
true if the collection can be accessed by using the syntax DTSParamValueCollection [index]; false if indexing cannot be used to retrieve items from the collection.