Método AdomdParameterCollection.IndexOf (String)
Given a property name, this method returns the zero-based index of the first occurrence of a parameter in the AdomdParameterCollection collection.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public Function IndexOf ( _
As String _
) As Integer
'Uso
Dim instance As AdomdParameterCollection
DimAs String
Dim returnValue As Integer
returnValue = instance.IndexOf()
public int IndexOf(
string
)
public:
virtual int IndexOf(
String^
) sealed
abstract IndexOf :
:string -> int
override IndexOf :
:string -> int
public final function IndexOf(
: String
) : int
Parâmetros
- __unnamed0
Tipo: System.String
The name of the AdomdParameter object to locate in the AdomdParameterCollection collection.
Valor de retorno
Tipo: System.Int32
The index of value if found in the list. Otherwise, it returns -1.
Implementa
IDataParameterCollection.IndexOf(String)