MatrixConfigSettings Class

 

Represents the matrix configuration settings.

Namespace:   Microsoft.SqlServer.Configuration
Assembly:  Microsoft.SqlServer.Configuration (in Microsoft.SqlServer.Configuration.dll)

System::Object
  Microsoft.SqlServer.Configuration::Settings
    Microsoft.SqlServer.Configuration::MatrixConfigSettings

public ref class MatrixConfigSettings : Settings

NameDescription
System_CAPS_pubmethodMatrixConfigSettings()

Initializes a new instance of the MatrixConfigSettings class.

System_CAPS_pubmethodMatrixConfigSettings(ServiceContainer^)

Initializes a new instance of the MatrixConfigSettings class.

NameDescription
System_CAPS_pubpropertyCommFabricEncryption

Gets the CommFabricEncryption for the configuration settings.

System_CAPS_pubpropertyCommFabricNetworkLevel

Gets the CommFabricNetworkLevel for the configuration settings.

System_CAPS_pubpropertyCommFabricPort

Gets the CommFabricPort for the configuration settings.

System_CAPS_pubpropertyMatrixBrickRole

Gets the matrix brick role for the configuration settings.

System_CAPS_pubpropertyMatrixCMServerName

Gets the name for the matrix CM server.

System_CAPS_pubpropertyMatrixEnabled

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

System_CAPS_pubpropertyMatrixName

Gets the name of the matrix.

NameDescription
System_CAPS_pubmethodCalculate()

Calculates all the configuration settings.(Inherited from Settings.)

System_CAPS_protmethodCreateProperty<T>(String^)

Creates a property for the configuration settings.(Inherited from Settings.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodEquals(Settings^)

Determines whether two object instances are equal.(Inherited from Settings.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function.(Inherited from Settings.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidateSettings()

Gets the settings for the validation.(Inherited from Settings.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: