InstanceSelectionSettings Class

Definition

Represents the settings for the instance selection.

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

Constructors

InstanceSelectionSettings()

Initializes a new instance of the InstanceSelectionSettings class.

Properties

InstanceName

Gets or sets the name of the instance.

IsInstanceNameEnabled

Gets a value that indicates whether the instance name is enabled.

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