Settings 클래스

정의

구성에 대한 설정을 나타냅니다.

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
상속
Settings
파생
구현
Microsoft.SqlServer.Chainer.Infrastructure.ICalculateSetting Microsoft.SqlServer.Chainer.Infrastructure.IValidateInputSetting IEquatable<Settings>

생성자

Settings()

Settings 클래스의 새 인스턴스를 초기화합니다.

메서드

Calculate()

모든 구성 설정을 계산합니다.

CreateProperty<T>(String)

구성 설정의 속성을 만듭니다.

Equals(Settings)

두 개체 인스턴스가 같은지 확인합니다.

GetHashCode()

기본 해시 함수로 작동합니다.

ValidateSettings()

유효성 검사에 대한 설정을 가져옵니다.

적용 대상