Language

ClusterNodeConfigSettings Constructors

Definition

Initializes a new instance of the ClusterNodeConfigSettings class.

Overloads

Name Description
ClusterNodeConfigSettings()

Initializes a new instance of the ClusterNodeConfigSettings class.

ClusterNodeConfigSettings(ServiceContainer)

Initializes a new instance of the ClusterNodeConfigSettings class.

ClusterNodeConfigSettings()

Initializes a new instance of the ClusterNodeConfigSettings class.

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

Applies to

ClusterNodeConfigSettings(ServiceContainer)

Initializes a new instance of the ClusterNodeConfigSettings class.

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)

Parameters

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

The service context.

Applies to