InstanceSettings Class

Definition

Represents the settings for the configuration instance.

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

Constructors

InstanceSettings()

Initializes a new instance of the InstanceSettings class.

Properties

ID

Gets or sets the instance identifier.

InstallSharedDirSpace

Gets or sets the shared installation directory.

InstallSharedWoWDirSpace

Gets or sets the shared installation directory.

InstanceDirSpace

Gets or sets the directory space of the instance.

Name

Gets or sets the instance name.

RootDirectory

Gets or sets the root directory associated with the instance.

SystemDirSpace

Gets or sets the system directory.

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