Metoda AdomdRestrictionCollection.IndexOf
Zwraca wartość indeksu pierwszego wystąpienia ograniczeń w AdomdRestrictionCollection kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdClient
Zestaw: Microsoft.AnalysisServices.AdomdClient (w Microsoft.AnalysisServices.AdomdClient.dll)
Składnia
'Deklaracja
Public Function IndexOf ( _
value As AdomdRestriction _
) As Integer
'Użycie
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
Parametry
- value
Typ: Microsoft.AnalysisServices.AdomdClient.AdomdRestriction
AdomdRestriction Zlokalizować w AdomdRestrictionCollection kolekcja.
Wartość zwracana
Typ: System.Int32
Indeks value Jeśli na liście; -1 inaczej.
Zobacz także