DatabasePermission.Administer Property

Definition

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.

Applies to