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