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


Метод DimensionAttributeCollection.IndexOf (DimensionAttribute)

Gets the index of a specified DimensionAttribute.

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

Синтаксис

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

returnValue = instance.IndexOf(item)
public int IndexOf(
    DimensionAttribute item
)
public:
int IndexOf(
    DimensionAttribute^ item
)
member IndexOf : 
        item:DimensionAttribute -> int
public function IndexOf(
    item : DimensionAttribute
) : int

Параметры

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

Тип: System.Int32
The zero-based index of the DimensionAttribute if the object is found; otherwise, -1.

См. также

Справочник

DimensionAttributeCollection Класс

Перегрузка IndexOf

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