DistributedReplayConfigSettings 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
분산 재생의 구성 설정을 나타냅니다.
public ref class DistributedReplayConfigSettings abstract : Microsoft::SqlServer::Configuration::ServiceConfigSettings
public abstract class DistributedReplayConfigSettings : Microsoft.SqlServer.Configuration.ServiceConfigSettings
type DistributedReplayConfigSettings = class
inherit ServiceConfigSettings
Public MustInherit Class DistributedReplayConfigSettings
Inherits ServiceConfigSettings
- 상속
- 파생
생성자
| Name | Description |
|---|---|
| DistributedReplayConfigSettings() |
DistributedReplayConfigSettings 클래스의 새 인스턴스를 초기화합니다. |
필드
| Name | Description |
|---|---|
| name |
서비스 명칭을 지정합니다. (다음에서 상속됨 ServiceConfigSettings) |
| password |
서비스 비밀번호를 지정합니다. (다음에서 상속됨 ServiceConfigSettings) |
| serviceDisplayName |
서비스의 표시명을 지정합니다. (다음에서 상속됨 ServiceConfigSettings) |
| startMode |
서비스의 시작 모드를 지정합니다. (다음에서 상속됨 ServiceConfigSettings) |
| userName |
서비스의 사용자 이름을 지정합니다. (다음에서 상속됨 ServiceConfigSettings) |
속성
| Name | Description |
|---|---|
| IsNameEnabled |
서비스 이름이 활성화되었는지 나타내는 값을 받거나 설정합니다. (다음에서 상속됨 ServiceConfigSettings) |
| IsPasswordEnabled |
서비스 비밀번호가 활성화되어 있는지 나타내는 값을 받거나 설정합니다. (다음에서 상속됨 ServiceConfigSettings) |
| IsStartModeEnabled |
시작 모드가 활성화되어 있는지 나타내는 값을 받거나 설정합니다. (다음에서 상속됨 ServiceConfigSettings) |
| IsUserNameEnabled |
사용자 이름이 활성화되었는지 나타내는 값을 받거나 설정합니다. (다음에서 상속됨 ServiceConfigSettings) |
| Name |
서비스 이름을 받거나 정하는 역할입니다. (다음에서 상속됨 ServiceConfigSettings) |
| Password |
서비스 비밀번호를 받거나 설정합니다. (다음에서 상속됨 ServiceConfigSettings) |
| PasswordBindingKey |
서비스의 비밀번호 바인딩 키를 얻거나 설정합니다. (다음에서 상속됨 ServiceConfigSettings) |
| ServiceDisplayName |
서비스의 표시명을 받거나 설정합니다. (다음에서 상속됨 ServiceConfigSettings) |
| ServiceDisplayNameBindingKey |
서비스 표시 이름 할당 키를 받거나 설정합니다. |
| ServiceNameBindingKey |
서비스 이름 바인딩 키를 얻거나 설정합니다. |
| StartMode |
서비스의 시작 모드를 받거나 설정합니다. (다음에서 상속됨 ServiceConfigSettings) |
| StartModeBindingKey |
서비스의 시작 모드 바인딩 키를 받거나 설정합니다. (다음에서 상속됨 ServiceConfigSettings) |
| UIPassword |
UI 비밀번호를 받거나 설정합니다. |
| UIStartMode |
UI 시작 모드를 설정하거나 설정합니다. |
| UIUserName |
UI 사용자 이름을 받거나 설정합니다. |
| UserName |
서비스의 사용자 이름을 받거나 설정합니다. (다음에서 상속됨 ServiceConfigSettings) |
| UserNameBindingKey |
서비스의 사용자 이름 바인딩 키를 받거나 설정합니다. (다음에서 상속됨 ServiceConfigSettings) |
메서드
| Name | Description |
|---|---|
| Calculate() |
모든 설정 설정을 계산합니다. (다음에서 상속됨 Settings) |
| CreateProperty<T>(String) |
설정 설정을 위한 속성을 생성합니다. (다음에서 상속됨 Settings) |
| Equals(Settings) |
두 개체 인스턴스가 같은지 여부를 확인합니다. (다음에서 상속됨 Settings) |
| GetHashCode() |
기본 해시 함수로 사용됩니다. (다음에서 상속됨 Settings) |
| InitializeProperties() |
속성을 기본값으로 초기화합니다. |
| ValidateSettings() |
검증 설정을 받아요. (다음에서 상속됨 Settings) |