ClusterNodeConfigSettings 생성자

정의

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

오버로드

ClusterNodeConfigSettings()

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

ClusterNodeConfigSettings(ServiceContainer)

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

ClusterNodeConfigSettings()

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

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

적용 대상

ClusterNodeConfigSettings(ServiceContainer)

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

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

매개 변수

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

서비스 컨텍스트입니다.

적용 대상