Permission.Role 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 a Role object for which permissions are being defined.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.Role Role { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Role : Microsoft.AnalysisServices.Role
Public ReadOnly Property Role As Role
Property Value
A Role object for which permissions are being defined.
- Attributes