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


Метод AdomdRestrictionCollection.IndexOf

Returns the zero-based index of the first occurrence of a restriction in the AdomdRestrictionCollection collection.

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

Синтаксис

'Декларация
Public Function IndexOf ( _
    value As AdomdRestriction _
) As Integer
'Применение
Dim instance As AdomdRestrictionCollection 
Dim value As AdomdRestriction 
Dim returnValue As Integer 

returnValue = instance.IndexOf(value)
public int IndexOf(
    AdomdRestriction value
)
public:
int IndexOf(
    AdomdRestriction^ value
)
member IndexOf : 
        value:AdomdRestriction -> int
public function IndexOf(
    value : AdomdRestriction
) : int

Параметры

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

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

См. также

Справочник

AdomdRestrictionCollection Класс

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