DatabasePermission.Administer 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 or sets the administer permissions to a role in the current DatabasePermission object.
public bool Administer { get; set; }
member this.Administer : bool with get, set
Public Property Administer As Boolean
Property Value
true means that current permission grants administer permissions to a role on the database. false means that the role has no administer permissions on the database.