ClusterNodeConfigSettings Class

Definition

Represents the configuration settings for the cluster node.

public ref class ClusterNodeConfigSettings : Microsoft::SqlServer::Configuration::Settings
public class ClusterNodeConfigSettings : Microsoft.SqlServer.Configuration.Settings
type ClusterNodeConfigSettings = class
    inherit Settings
Public Class ClusterNodeConfigSettings
Inherits Settings
Inheritance
ClusterNodeConfigSettings

Constructors

ClusterNodeConfigSettings()

Initializes a new instance of the ClusterNodeConfigSettings class.

ClusterNodeConfigSettings(ServiceContainer)

Initializes a new instance of the ClusterNodeConfigSettings class.

Properties

FailoverClusterRollOwnership

Gets or sets the ownership of the failover cluster roll.

Methods

Calculate()

Calculates all the configuration settings.

(Inherited from Settings)
CreateProperty<T>(String)

Creates a property for the configuration settings.

(Inherited from Settings)
Equals(Settings)

Determines whether two object instances are equal.

(Inherited from Settings)
GetHashCode()

Serves as the default hash function.

(Inherited from Settings)
ValidateSettings()

Gets the settings for the validation.

(Inherited from Settings)

Applies to