DatabaseEngineSecuritySettings Class
Represents the security settings of the database engine.
Assembly: Microsoft.SqlServer.Configuration (in Microsoft.SqlServer.Configuration.dll)
Microsoft.SqlServer.Configuration::Settings
Microsoft.SqlServer.Configuration::DatabaseEngineSecuritySettings
| Name | Description | |
|---|---|---|
![]() | DatabaseEngineSecuritySettings() | Initializes a new instance of the DatabaseEngineSecuritySettings class. |
![]() | DatabaseEngineSecuritySettings(ServiceContainer^) | Initializes a new instance of the DatabaseEngineSecuritySettings class. |
| Name | Description | |
|---|---|---|
![]() | AddCurrentUserAsSQLAdmin | Gets or sets whether to add the current user as SQL administrator. |
![]() | SaPwd | Gets or sets the secure string used as a password for this instance. |
![]() | SecurityMode | Gets or sets the mode of security for this instance. |
![]() | SqlSysadminAccounts | Gets or sets the SQL system administrator accounts. |
| Name | Description | |
|---|---|---|
![]() | Calculate() | Calculates all the configuration settings.(Inherited from Settings.) |
![]() | CreateProperty<T>(String^) | Creates a property for the configuration settings.(Inherited from Settings.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Equals(Settings^) | Determines whether two object instances are equal.(Inherited from Settings.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function.(Inherited from Settings.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | ValidateSettings() | Returns the state of the validation settings for this instance.(Overrides Settings::ValidateSettings().) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


