Udostępnij za pośrednictwem


Metoda PerspectiveCalculationCollection.IndexOf (String)

Pobiera indeks PerspectiveCalculation ma określony identyfikator.

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

Składnia

'Deklaracja
Public Function IndexOf ( _
    name As String _
) As Integer
'Użycie
Dim instance As PerspectiveCalculationCollection
Dim name As String
Dim returnValue As Integer

returnValue = instance.IndexOf(name)
public int IndexOf(
    string name
)
public:
int IndexOf(
    String^ name
)
member IndexOf : 
        name:string -> int 
public function IndexOf(
    name : String
) : int

Parametry

Wartość zwracana

Typ: System.Int32
Indeks od zera PerspectiveCalculation określonych przez name , jeśli obiekt znajduje się; w przeciwnym razie -1.