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