TransSynchronizationAgent.DistributorPassword 속성

정의

SQL Server 인증을 사용하여 배포자에 연결할 때 사용하는 비밀번호를 받거나 설정합니다.

public:
 virtual property System::String ^ DistributorPassword { System::String ^ get(); void set(System::String ^ value); };
public virtual string DistributorPassword { get; set; }
member this.DistributorPassword : string with get, set
Public Overridable Property DistributorPassword As String

속성 값

비밀번호를 사용했습니다.

구현

설명

가능하면 Windows 인증을 사용하세요.

가능할 경우, 사용자는 실행 시 보안 자격 증명을 입력할 것을 권장합니다. 자격 증명을 저장해야 한다면 Microsoft .NET 프레임워크에서 제공하는 암호화 서비스를 이용하세요.

푸시 구독의 경우, 배포 에이전트는 항상 Windows 통합 인증을 사용해 로컬 배포자와 연결하며, 이 특성은 무시됩니다.

배포자에 연결하는 데 저장된 비밀번호는 절대 반환되지 않습니다. 이 속성에 접근하면 예외가 생성 PasswordWriteOnlyException 됩니다.

이 속성은 가 로 설정DistributorSecurityMode될 때 Standard 만 사용됩니다.

적용 대상