CubeDimensionPermission.AttributePermissions 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 AttributePermissions associated with a CubeDimensionPermission object.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.AttributePermissionCollection AttributePermissions { get; }
[<System.ComponentModel.Browsable(false)>]
member this.AttributePermissions : Microsoft.AnalysisServices.AttributePermissionCollection
Public ReadOnly Property AttributePermissions As AttributePermissionCollection
Property Value
A collection of attribute permissions.
- Attributes