Settings Klasse

Definition

Stellt die Einstellungen für die Konfiguration dar.

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
Vererbung
Settings
Abgeleitet
Implementiert
Microsoft.SqlServer.Chainer.Infrastructure.ICalculateSetting Microsoft.SqlServer.Chainer.Infrastructure.IValidateInputSetting IEquatable<Settings>

Konstruktoren

Name Beschreibung
Settings()

Initialisiert eine neue Instanz der Settings-Klasse.

Methoden

Name Beschreibung
Calculate()

Berechnen alle Konfigurationseinstellungen.

CreateProperty<T>(String)

Erstellt eine Eigenschaft für die Konfigurationseinstellungen.

Equals(Settings)

Bestimmt, ob zwei Objektinstanzen gleich sind.

GetHashCode()

Dient als Standardhashfunktion.

ValidateSettings()

Er bekommt die Einstellungen für die Validierung.

Gilt für: