CellPermissionCollection.Item Property (CellPermissionAccess)
SQL Server 2005
Gets the first CellPermission, with the specified CellPermissionAccess value, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
/** @property */ public CellPermission get_Item (CellPermissionAccess access)
Parameters
- access
The CellPermissionAccess value of the CellPermission to be returned.
Property Value
The CellPermission with the specified CellPermissionAccess value.Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
