InstallSharedDirectorySettings Class

Definition

Represents the install shared directory settings.

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

Constructors

InstallSharedDirectorySettings()

Initializes a new instance of the InstallSharedDirectorySettings class.

Properties

IsSharedDirectoryEnabled

Gets a value that indicates whether shared directory is enabled.

IsSharedWowDirectoryEnabled

Gets a value that indicates whether shared WOW directory is enabled.

SharedDirectory

Gets the shared directory.

SharedWowDirectory

Gets the shared WOW 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