Метод IndexOf (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 (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public Function IndexOf ( _
parameterName As String _
) As Integer
'Применение
Dim instance As AdomdParameterCollection
Dim parameterName As String
Dim returnValue As Integer
returnValue = instance.IndexOf(parameterName)
public int IndexOf(
string parameterName
)
public:
virtual int IndexOf(
String^ parameterName
) sealed
abstract IndexOf :
parameterName:string -> int
override IndexOf :
parameterName:string -> int
public final function IndexOf(
parameterName : String
) : int
Параметры
- parameterName
Тип System. . :: . .String
The name of the AdomdParameter object to locate in the AdomdParameterCollection collection.
Возвращаемое значение
Тип System. . :: . .Int32
The index of value if found in the list, -1 otherwise.