Partager via


Méthode CellPermissionCollection.IndexOf (CellPermissionAccess)

Gets the index of a CellPermission with the specified CellPermissionAccess value.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function IndexOf ( _
    access As CellPermissionAccess _
) As Integer
'Utilisation
Dim instance As CellPermissionCollection 
Dim access As CellPermissionAccess 
Dim returnValue As Integer 

returnValue = instance.IndexOf(access)
public int IndexOf(
    CellPermissionAccess access
)
public:
int IndexOf(
    CellPermissionAccess access
)
member IndexOf : 
        access:CellPermissionAccess -> int
public function IndexOf(
    access : CellPermissionAccess
) : int

Paramètres

Valeur de retour

Type : System.Int32
The zero-based index of the CellPermission if the object is found; otherwise, -1.

Voir aussi

Référence

CellPermissionCollection Classe

Surcharge IndexOf

Espace de noms Microsoft.AnalysisServices