Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Searches for the specified RoleMember and returns its zero-based index within the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function IndexOf ( _
item As RoleMember _
) As Integer
'Utilisation
Dim instance As RoleMemberCollection
Dim item As RoleMember
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
RoleMember item
)
public:
int IndexOf(
RoleMember^ item
)
member IndexOf :
item:RoleMember -> int
public function IndexOf(
item : RoleMember
) : int
Paramètres
- item
Type : Microsoft.AnalysisServices.RoleMember
The RoleMember to locate.
Valeur de retour
Type : System.Int32
The zero-based index of the RoleMember in the collection, if found; otherwise, -1.