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


Метод DatabaseCollection.IndexOf (Database)

Gets the index of a specified Database.

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

Синтаксис

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

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

Параметры

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

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

См. также

Справочник

DatabaseCollection Класс

Перегрузка IndexOf

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