DatabaseEngineSecuritySettings Class

 

Represents the security settings of the database engine.

Namespace:   Microsoft.SqlServer.Configuration
Assembly:  Microsoft.SqlServer.Configuration (in Microsoft.SqlServer.Configuration.dll)

System::Object
  Microsoft.SqlServer.Configuration::Settings
    Microsoft.SqlServer.Configuration::DatabaseEngineSecuritySettings

public ref class DatabaseEngineSecuritySettings : Settings

NameDescription
System_CAPS_pubmethodDatabaseEngineSecuritySettings()

Initializes a new instance of the DatabaseEngineSecuritySettings class.

System_CAPS_pubmethodDatabaseEngineSecuritySettings(ServiceContainer^)

Initializes a new instance of the DatabaseEngineSecuritySettings class.

NameDescription
System_CAPS_pubpropertyAddCurrentUserAsSQLAdmin

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

System_CAPS_pubpropertySaPwd

Gets or sets the secure string used as a password for this instance.

System_CAPS_pubpropertySecurityMode

Gets or sets the mode of security for this instance.

System_CAPS_pubpropertySqlSysadminAccounts

Gets or sets the SQL system administrator accounts.

NameDescription
System_CAPS_pubmethodCalculate()

Calculates all the configuration settings.(Inherited from Settings.)

System_CAPS_protmethodCreateProperty<T>(String^)

Creates a property for the configuration settings.(Inherited from Settings.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodEquals(Settings^)

Determines whether two object instances are equal.(Inherited from Settings.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function.(Inherited from Settings.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidateSettings()

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.

Return to top
Show: