Metoda PerspectiveCalculationCollection.IndexOf (PerspectiveCalculation)
Pobiera indeks określonego PerspectiveCalculation.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function IndexOf ( _
item As PerspectiveCalculation _
) As Integer
'Użycie
Dim instance As PerspectiveCalculationCollection
Dim item As PerspectiveCalculation
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
PerspectiveCalculation item
)
public:
int IndexOf(
PerspectiveCalculation^ item
)
member IndexOf :
item:PerspectiveCalculation -> int
public function IndexOf(
item : PerspectiveCalculation
) : int
Parametry
Wartość zwracana
Typ: System.Int32
Indeksu z PerspectiveCalculation , jeśli obiekt znajduje się; w przeciwnym razie -1.
Zobacz także