Metodo GroupCollection.IndexOf
Gets the index of a specified Group.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function IndexOf ( _
item As Group _
) As Integer
'Utilizzo
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
Parametri
- item
Tipo: Microsoft.AnalysisServices.Group
The Group to be returned.
Valore restituito
Tipo: System.Int32
The zero-based index of the Group if the object is found; otherwise, -1.