AnalysisServiceDeploymentModeSettings Class

Definition

Represents the analysis services for the deployment mode settings.

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

Constructors

AnalysisServiceDeploymentModeSettings()

Initializes a new instance of the AnalysisServiceDeploymentModeSettings class.

AnalysisServiceDeploymentModeSettings(ServiceContainer)

Initializes a new instance of the AnalysisServiceDeploymentModeSettings class.

Properties

ASDeploymentMode

Gets the analysis services deployment mode.

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