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.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function IndexOf ( _
As AdomdParameter _
) As Integer
'Usage
Dim instance As AdomdParameterCollection
DimAs AdomdParameter
Dim returnValue As Integer
returnValue = instance.IndexOf()
public int IndexOf(
AdomdParameter
)
public:
virtual int IndexOf(
AdomdParameter^
) sealed
abstract IndexOf :
:AdomdParameter -> int
override IndexOf :
:AdomdParameter -> int
public final function IndexOf(
: AdomdParameter
) : int
Parameters
- __unnamed0
Type: Microsoft.AnalysisServices.AdomdServer.AdomdParameter
The AdomdParameter object to locate in the AdomdParameterCollection collection.
Return Value
Type: System.Int32
The index of value if found in the list. Otherwise, it returns -1.