Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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)
Syntax
'Declaration
Public Function IndexOf ( _
value As AdomdParameter _
) As Integer
'Usage
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
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.