Метод DimensionCollection.IndexOf (Dimension)
Gets the index of a specified Dimension.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function IndexOf ( _
item As Dimension _
) As Integer
'Применение
Dim instance As DimensionCollection
Dim item As Dimension
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
Dimension item
)
public:
int IndexOf(
Dimension^ item
)
member IndexOf :
item:Dimension -> int
public function IndexOf(
item : Dimension
) : int
Параметры
- item
Тип: Microsoft.AnalysisServices.Dimension
The Dimension to be returned.
Возвращаемое значение
Тип: System.Int32
The zero-based index of the Dimension if the object is found; otherwise, -1.