Метод IndexOf (AdomdParameter)

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

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public Function IndexOf ( _
     As AdomdParameter _
) As Integer
'Применение
Dim instance As AdomdParameterCollection
Dim  As 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

Параметры

Возвращаемое значение

Тип: System. . :: . .Int32
The index of value if found in the list. Otherwise, it returns -1.