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