Share via


DatabaseEngineSecuritySettings.AddCurrentUserAsSQLAdmin Property

Definition

Gets or sets whether to add the current user as SQL administrator.

public:
 property bool AddCurrentUserAsSQLAdmin { bool get(); void set(bool value); };
public bool AddCurrentUserAsSQLAdmin { get; set; }
member this.AddCurrentUserAsSQLAdmin : bool with get, set
Public Property AddCurrentUserAsSQLAdmin As Boolean

Property Value

true to add the current user as SQL administrator; otherwise, false.

Applies to