This topic has not yet been rated - Rate this topic

AdomdParameterCollection.IndexOf Method (AdomdParameter)

Returns the zero-based index of the first occurrence of a parameter in the AdomdParameterCollection collection.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
public int IndexOf(
	AdomdParameter value
)

Parameters

value
Type: Microsoft.AnalysisServices.AdomdClient.AdomdParameter
The AdomdParameter object to locate in the AdomdParameterCollection collection.

Return Value

Type: System.Int32
The index of value if found in the list, -1 otherwise.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.