Settings Class

Definition

Represents the settings for the configuration.

public ref class Settings abstract : IEquatable<Microsoft::SqlServer::Configuration::Settings ^>, Microsoft::SqlServer::Chainer::Infrastructure::ICalculateSetting, Microsoft::SqlServer::Chainer::Infrastructure::IValidateInputSetting
public abstract class Settings : IEquatable<Microsoft.SqlServer.Configuration.Settings>, Microsoft.SqlServer.Chainer.Infrastructure.ICalculateSetting, Microsoft.SqlServer.Chainer.Infrastructure.IValidateInputSetting
type Settings = class
    interface IValidateInputSetting
    interface ICalculateSetting
    interface IEquatable<Settings>
Public MustInherit Class Settings
Implements ICalculateSetting, IEquatable(Of Settings), IValidateInputSetting
Inheritance
Settings
Derived
Implements
Microsoft.SqlServer.Chainer.Infrastructure.ICalculateSetting Microsoft.SqlServer.Chainer.Infrastructure.IValidateInputSetting IEquatable<Settings>

Constructors

Settings()

Initializes a new instance of the Settings class.

Methods

Calculate()

Calculates all the configuration settings.

CreateProperty<T>(String)

Creates a property for the configuration settings.

Equals(Settings)

Determines whether two object instances are equal.

GetHashCode()

Serves as the default hash function.

ValidateSettings()

Gets the settings for the validation.

Applies to