ModelComponentCollection.IndexOf Method (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 (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
Protected Function IndexOf ( _
key As String _
) As Integer
protected int IndexOf (
string key
)
protected:
int IndexOf (
String^ key
)
protected int IndexOf (
String key
)
protected function IndexOf (
key : String
) : int
Параметры
- key
The key of the IModelComponent to locate.
Возвращаемое значение
The zero-based index of the first occurrence of key within the ModelComponentCollection, if found; otherwise, -1.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ModelComponentCollection Class
ModelComponentCollection Members
Microsoft.AnalysisServices Namespace