Поделиться через


Метод AdomdParameterCollection.IndexOf (AdomdParameter)

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

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

Синтаксис

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

Параметры

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

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

См. также

Справочник

AdomdParameterCollection Класс

Перегрузка IndexOf

Пространство имен Microsoft.AnalysisServices.AdomdClient