CellPermissionCollection.Item Property (CellPermissionAccess)
Gets the first CellPermission, with the specified CellPermissionAccess value, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
access As CellPermissionAccess _
) As CellPermission
Get
'Usage
Dim instance As CellPermissionCollection
Dim access As CellPermissionAccess
Dim value As CellPermission
value = instance(access)
public CellPermission this[
CellPermissionAccess access
] { get; }
public:
property CellPermission^ default[CellPermissionAccess access] {
CellPermission^ get (CellPermissionAccess access);
}
member Item : CellPermission
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- access
Type: Microsoft.AnalysisServices.CellPermissionAccess
The CellPermissionAccess value of the CellPermission to be returned.
Property Value
Type: Microsoft.AnalysisServices.CellPermission
The CellPermission with the specified CellPermissionAccess value.