Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates whether the collection contains a CellPermission with the specified CellPermissionAccess value.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
access As CellPermissionAccess _
) As Boolean
'Usage
Dim instance As CellPermissionCollection
Dim access As CellPermissionAccess
Dim returnValue As Boolean
returnValue = instance.Contains(access)
public bool Contains(
CellPermissionAccess access
)
public:
bool Contains(
CellPermissionAccess access
)
member Contains :
access:CellPermissionAccess -> bool
public function Contains(
access : CellPermissionAccess
) : boolean
Parameters
- access
Type: Microsoft.AnalysisServices.CellPermissionAccess
The CellPermissionAccess value of the CellPermission to be located.
Return Value
Type: System.Boolean
true if the CellPermission is contained in the collection; otherwise, false.