Share via


ASDomainGroupSettings Class

Definition

Represents the settings for the AS domain group.

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

Constructors

ASDomainGroupSettings()

Initializes a new instance of the ASDomainGroupSettings class.

ASDomainGroupSettings(ServiceContainer)

Initializes a new instance of the ASDomainGroupSettings class.

Properties

ASDomainGroup

Gets or sets the AS domain group.

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