Cube.CubePermissions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of permissions associated with a cube.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.CubePermissionCollection CubePermissions { get; }
[<System.ComponentModel.Browsable(false)>]
member this.CubePermissions : Microsoft.AnalysisServices.CubePermissionCollection
Public ReadOnly Property CubePermissions As CubePermissionCollection
Property Value
A CubePermissionCollection that can be used to retrieve certain CubePermissions.
- Attributes