Compartilhar via


Método CellPermissionCollection.IndexOf (CellPermissionAccess)

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Function IndexOf ( _
    access As CellPermissionAccess _
) As Integer
'Uso
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

Parâmetros

Valor de retorno

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

Consulte também

Referência

CellPermissionCollection Classe

Sobrecarregado IndexOf

Namespace Microsoft.AnalysisServices