DistributedReplayControllerUsersSettings 생성자

정의

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

오버로드

DistributedReplayControllerUsersSettings()

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

DistributedReplayControllerUsersSettings(ServiceContainer)

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

DistributedReplayControllerUsersSettings()

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

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

적용 대상

DistributedReplayControllerUsersSettings(ServiceContainer)

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

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

매개 변수

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

컨텍스트입니다.

적용 대상