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.
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.