MatrixConfigSettings Class

Definition

Represents the matrix configuration settings.

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

Constructors

MatrixConfigSettings()

Initializes a new instance of the MatrixConfigSettings class.

MatrixConfigSettings(ServiceContainer)

Initializes a new instance of the MatrixConfigSettings class.

Properties

CommFabricEncryption

Gets the CommFabricEncryption for the configuration settings.

CommFabricNetworkLevel

Gets the CommFabricNetworkLevel for the configuration settings.

CommFabricPort

Gets the CommFabricPort for the configuration settings.

MatrixBrickRole

Gets the matrix brick role for the configuration settings.

MatrixCMServerName

Gets the name for the matrix CM server.

MatrixEnabled

Gets a property value that specifies whether the matrix is enabled.

MatrixName

Gets the name of the matrix.

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