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 Framework 제공하는 암호화 서비스를 사용합니다.

밀어넣기 구독의 경우 배포 에이전트 항상 Windows 통합 인증을 사용하여 로컬로 배포자에 연결되며 이 속성은 무시됩니다.

배포자에 연결하는 데 사용되는 저장된 암호는 반환되지 않습니다. 이 속성에 액세스하면 예외가 PasswordWriteOnlyException 생성됩니다.

이 속성은 로 설정된 Standard경우에만 DistributorSecurityMode 사용됩니다.

적용 대상