Share via


RoleSelectionSettings Constructors

Definition

Initializes a new instance of the RoleSelectionSettings class.

Overloads

RoleSelectionSettings()

Initializes a new instance of the RoleSelectionSettings class.

RoleSelectionSettings(ServiceContainer)

Initializes a new instance of the RoleSelectionSettings class.

RoleSelectionSettings()

Initializes a new instance of the RoleSelectionSettings class.

public:
 RoleSelectionSettings();
public RoleSelectionSettings ();
Public Sub New ()

Applies to

RoleSelectionSettings(ServiceContainer)

Initializes a new instance of the RoleSelectionSettings class.

public:
 RoleSelectionSettings(Microsoft::SqlServer::Chainer::Infrastructure::ServiceContainer ^ context);
public RoleSelectionSettings (Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer context);
new Microsoft.SqlServer.Configuration.RoleSelectionSettings : Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer -> Microsoft.SqlServer.Configuration.RoleSelectionSettings
Public Sub New (context As ServiceContainer)

Parameters

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

The context.

Applies to