DTSParamValueCollection.Contains(DTSParamValue) Method

Definition

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.

Applies to