CellPermissionCollection.IndexOf Method (CellPermissionAccess)
Gets the index of a CellPermission with the specified CellPermissionAccess value.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function IndexOf ( _
access As CellPermissionAccess _
) As Integer
'Usage
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
Parameters
- access
Type: Microsoft.AnalysisServices.CellPermissionAccess
The CellPermissionAccess value of the CellPermission to be returned.
Return Value
Type: System.Int32
The zero-based index of the CellPermission if the object is found; otherwise, -1.