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