AnalysisServiceDirectorySettings Class

Definition

Represents the directory settings of the analysis service.

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

Constructors

AnalysisServiceDirectorySettings()

Initializes a new instance of the AnalysisServiceDirectorySettings class.

AnalysisServiceDirectorySettings(ServiceContainer)

Initializes a new instance of the AnalysisServiceDirectorySettings class.

Properties

BackupDir

Gets or sets the backup directory.

DataDir

Gets or sets the data directory.

LogDir

Gets or sets the log directory.

TempDir

Gets or sets the temporary 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