Méthode AdomdParameterCollection.IndexOf (AdomdParameter)
Returns the zero-based index of the first occurrence of a parameter in the AdomdParameterCollection collection.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public Function IndexOf ( _
value As AdomdParameter _
) As Integer
'Utilisation
Dim instance As AdomdParameterCollection
Dim value As AdomdParameter
Dim returnValue As Integer
returnValue = instance.IndexOf(value)
public int IndexOf(
AdomdParameter value
)
public:
int IndexOf(
AdomdParameter^ value
)
member IndexOf :
value:AdomdParameter -> int
public function IndexOf(
value : AdomdParameter
) : int
Paramètres
- value
Type : Microsoft.AnalysisServices.AdomdClient.AdomdParameter
The AdomdParameter object to locate in the AdomdParameterCollection collection.
Valeur de retour
Type : System.Int32
The index of value if found in the list, -1 otherwise.