Language

DistributedReplayControllerUsersSettings Class

Definition

Represents the distributed replay controller user settings.

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

Constructors

Name Description
DistributedReplayControllerUsersSettings()

Initializes a new instance of the DistributedReplayControllerUsersSettings class.

DistributedReplayControllerUsersSettings(ServiceContainer)

Initializes a new instance of the DistributedReplayControllerUsersSettings class.

Properties

Name Description
Accounts

Gets or sets the accounts for the configuration.

Methods

Name Description
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