DistributedReplayControllerConfigSettings Class

Definition

Represents the distributed replay controller configuration settings.

public ref class DistributedReplayControllerConfigSettings : Microsoft::SqlServer::Configuration::DistributedReplayConfigSettings
public class DistributedReplayControllerConfigSettings : Microsoft.SqlServer.Configuration.DistributedReplayConfigSettings
type DistributedReplayControllerConfigSettings = class
    inherit DistributedReplayConfigSettings
Public Class DistributedReplayControllerConfigSettings
Inherits DistributedReplayConfigSettings
Inheritance
DistributedReplayControllerConfigSettings

Constructors

DistributedReplayControllerConfigSettings()

Initializes a new instance of the DistributedReplayControllerConfigSettings class.

Fields

name

Specifies the name for the service.

(Inherited from ServiceConfigSettings)
password

Specifies the password for the service.

(Inherited from ServiceConfigSettings)
serviceDisplayName

Specifies the display name of the service.

(Inherited from ServiceConfigSettings)
startMode

Specifies the start mode of the service.

(Inherited from ServiceConfigSettings)
userName

Specifies the user name for the service.

(Inherited from ServiceConfigSettings)

Properties

IsNameEnabled

Gets or sets a value that indicates whether service name is enabled.

(Inherited from ServiceConfigSettings)
IsPasswordEnabled

Gets or sets a value that indicates whether service password is enabled.

(Inherited from ServiceConfigSettings)
IsStartModeEnabled

Gets or sets a value that indicates whether start mode is enabled.

(Inherited from ServiceConfigSettings)
IsUserNameEnabled

Gets or sets a value that indicates whether user name is enabled.

(Inherited from ServiceConfigSettings)
Name

Gets or sets the name for the service.

(Inherited from ServiceConfigSettings)
Password

Gets or sets the password for the service.

(Inherited from ServiceConfigSettings)
PasswordBindingKey

Gets the password binding key.

ServiceDisplayName

Gets or sets the display name of the service.

(Inherited from ServiceConfigSettings)
ServiceDisplayNameBindingKey

Gets the service display name binding key.

ServiceNameBindingKey

Gets the service name binding key.

StartMode

Gets or sets the start mode of the service.

(Inherited from ServiceConfigSettings)
StartModeBindingKey

Gets the start mode binding key.

UIPassword

Gets or sets the UI password.

(Inherited from DistributedReplayConfigSettings)
UIStartMode

Gets or sets the UI start mode.

(Inherited from DistributedReplayConfigSettings)
UIUserName

Gets or sets the UI user name.

(Inherited from DistributedReplayConfigSettings)
UserName

Gets or sets the user name for the service.

(Inherited from ServiceConfigSettings)
UserNameBindingKey

Gets the user name binding key.

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)
InitializeProperties()

Performs initialization on dependency properties.

ValidateSettings()

Gets the settings for the validation.

(Inherited from Settings)

Applies to