MatrixConfigSettings Class
Represents the matrix configuration settings.
Assembly: Microsoft.SqlServer.Configuration (in Microsoft.SqlServer.Configuration.dll)
Microsoft.SqlServer.Configuration::Settings
Microsoft.SqlServer.Configuration::MatrixConfigSettings
| Name | Description | |
|---|---|---|
![]() | MatrixConfigSettings() | Initializes a new instance of the MatrixConfigSettings class. |
![]() | MatrixConfigSettings(ServiceContainer^) | Initializes a new instance of the MatrixConfigSettings class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Calculate() | Calculates all the configuration settings.(Inherited from Settings.) |
![]() | CreateProperty<T>(String^) | Creates a property for the configuration settings.(Inherited from Settings.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Equals(Settings^) | Determines whether two object instances are equal.(Inherited from Settings.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function.(Inherited from Settings.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | ValidateSettings() | 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.


