Método IndexOf
Returns the zero-based index of the first occurrence of a restriction in the AdomdRestrictionCollection collection.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public Function IndexOf ( _
value As AdomdRestriction _
) As Integer
'Uso
Dim instance As AdomdRestrictionCollection
Dim value As AdomdRestriction
Dim returnValue As Integer
returnValue = instance.IndexOf(value)
public int IndexOf(
AdomdRestriction value
)
public:
int IndexOf(
AdomdRestriction^ value
)
member IndexOf :
value:AdomdRestriction -> int
public function IndexOf(
value : AdomdRestriction
) : int
Parâmetros
- value
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdRestriction
The AdomdRestriction to locate in the AdomdRestrictionCollection collection.
Valor de retorno
Tipo: System. . :: . .Int32
The index of value if found in the list; -1 otherwise.
Consulte também