Méthode GroupCollection.IndexOf
Gets the index of a specified Group.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function IndexOf ( _
item As Group _
) As Integer
'Utilisation
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
Paramètres
- item
Type : Microsoft.AnalysisServices.Group
The Group to be returned.
Valeur de retour
Type : System.Int32
The zero-based index of the Group if the object is found; otherwise, -1.