CellPermissionCollection.Find(CellPermissionAccess) Method

Definition

Gets the CellPermission that has the specified access information from the collection.

public Microsoft.AnalysisServices.CellPermission Find (Microsoft.AnalysisServices.CellPermissionAccess access);
member this.Find : Microsoft.AnalysisServices.CellPermissionAccess -> Microsoft.AnalysisServices.CellPermission
Public Function Find (access As CellPermissionAccess) As CellPermission

Parameters

access
CellPermissionAccess

The access information of the CellPermission to locate.

Returns

The CellPermission with the specified access information, if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).

Applies to