Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the cell permissions collection associated with a CubePermission object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property CellPermissions As CellPermissionCollection
Get
'Usage
Dim instance As CubePermission
Dim value As CellPermissionCollection
value = instance.CellPermissions
public CellPermissionCollection CellPermissions { get; }
public:
property CellPermissionCollection^ CellPermissions {
CellPermissionCollection^ get ();
}
member CellPermissions : CellPermissionCollection
function get CellPermissions () : CellPermissionCollection
Property Value
Type: Microsoft.AnalysisServices.CellPermissionCollection
A collection of cell permissions.