DTSParamValueCollection.IndexOf(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.
Returns the zero-based index of the first occurrence of a value in a collection.
public:
int IndexOf(Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValue ^ value);
public int IndexOf (Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue value);
member this.IndexOf : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue -> int
Public Function IndexOf (value As DTSParamValue) As Integer
Parameters
- value
- DTSParamValue
The DTSParamValue to locate in the collection.
Returns
The index of the first occurrence of the specified value within the collection, if found; otherwise, this method returns -1.