Udostępnij za pośrednictwem


Metoda PerspectiveDimensionCollection.IndexOf (PerspectiveDimension)

Pobiera indeks określonego PerspectiveDimension.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Function IndexOf ( _
    item As PerspectiveDimension _
) As Integer
'Użycie
Dim instance As PerspectiveDimensionCollection
Dim item As PerspectiveDimension
Dim returnValue As Integer

returnValue = instance.IndexOf(item)
public int IndexOf(
    PerspectiveDimension item
)
public:
int IndexOf(
    PerspectiveDimension^ item
)
member IndexOf : 
        item:PerspectiveDimension -> int 
public function IndexOf(
    item : PerspectiveDimension
) : int

Wartość zwracana

Typ: System.Int32
Indeksu z PerspectiveDimension , jeśli obiekt znajduje się; w przeciwnym razie -1.