Share via


RANUConfigurationPublicSettings Class

Definition

Represents the settings for the RANU configuration.

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

Constructors

RANUConfigurationPublicSettings()

Initializes a new instance of the RANUConfigurationPublicSettings class.

Properties

EnableRanu

Gets or sets whether to enable RANU.

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