Language

RoleSelectionSettings Class

Definition

Represents the role for selection settings.

public ref class RoleSelectionSettings : Microsoft::SqlServer::Configuration::Settings
public class RoleSelectionSettings : Microsoft.SqlServer.Configuration.Settings
type RoleSelectionSettings = class
    inherit Settings
Public Class RoleSelectionSettings
Inherits Settings
Inheritance
RoleSelectionSettings

Constructors

Name Description
RoleSelectionSettings()

Initializes a new instance of the RoleSelectionSettings class.

RoleSelectionSettings(ServiceContainer)

Initializes a new instance of the RoleSelectionSettings class.

Properties

Name Description
Role

Gets the role for the configuration settings.

Methods

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(Settings)

Determines whether two object instances are equal.

(Inherited from Settings)
GetHashCode()

Serves as the default hash function.

(Inherited from Settings)
ValidateSettings()

Gets the settings for the validation.

(Inherited from Settings)

Applies to