Dimension.DimensionPermissions 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 permissions collection for the dimension.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.DimensionPermissionCollection DimensionPermissions { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DimensionPermissions : Microsoft.AnalysisServices.DimensionPermissionCollection
Public ReadOnly Property DimensionPermissions As DimensionPermissionCollection
Property Value
The permissions collection for the dimension.
- Attributes