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


Метод IndexOf (String)

Returns the zero-based index of the first occurrence of an IModelComponent that has the specified key in the ModelComponentCollection.

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

Синтаксис

'Декларация
Protected Function IndexOf ( _
    key As String _
) As Integer
'Применение
Dim key As String
Dim returnValue As Integer

returnValue = Me.IndexOf(key)
protected int IndexOf(
    string key
)
protected:
int IndexOf(
    String^ key
)
member IndexOf : 
        key:string -> int 
protected function IndexOf(
    key : String
) : int

Параметры

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

Тип System. . :: . .Int32
The zero-based index of the first occurrence of key within the ModelComponentCollection, if found; otherwise, -1.