Database.DatabasePermissions 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 database permission elements associated with a Database element.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.DatabasePermissionCollection DatabasePermissions { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DatabasePermissions : Microsoft.AnalysisServices.DatabasePermissionCollection
Public ReadOnly Property DatabasePermissions As DatabasePermissionCollection
Property Value
A collection of database permission elements.
- Attributes