다음을 통해 공유


RoleSelectionSettings 생성자

정의

RoleSelectionSettings 클래스의 새 인스턴스를 초기화합니다.

오버로드

RoleSelectionSettings()

RoleSelectionSettings 클래스의 새 인스턴스를 초기화합니다.

RoleSelectionSettings(ServiceContainer)

RoleSelectionSettings 클래스의 새 인스턴스를 초기화합니다.

RoleSelectionSettings()

RoleSelectionSettings 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

RoleSelectionSettings(ServiceContainer)

RoleSelectionSettings 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

컨텍스트입니다.

적용 대상