AdomdParameterCollection.IndexOf Method (String)
Given a property name, this method returns the zero-based index of the first occurrence of a parameter in the AdomdParameterCollection collection.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Синтаксис
'Декларация
Public Function IndexOf ( _
parameterName As String _
) As Integer
public int IndexOf (
string parameterName
)
public:
virtual int IndexOf (
String^ parameterName
) sealed
public final int IndexOf (
String parameterName
)
public final function IndexOf (
parameterName : String
) : int
Параметры
- parameterName
The name of the AdomdParameter object to locate in the AdomdParameterCollection collection.
Возвращаемое значение
The index of value if found in the list, -1 otherwise.
Синхронизация потоков
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.
См. также
Справочник
AdomdParameterCollection Class
AdomdParameterCollection Members
Microsoft.AnalysisServices.AdomdClient Namespace