Share via


MergeSynchronizationAgent.SubscriberEncryptedPassword 속성

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Gets or sets the subscriber encrypted password.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)

구문

‘선언
Public Overridable Property SubscriberEncryptedPassword As String 
    Get 
    Set
‘사용 방법
Dim instance As MergeSynchronizationAgent 
Dim value As String 

value = instance.SubscriberEncryptedPassword

instance.SubscriberEncryptedPassword = value
public virtual string SubscriberEncryptedPassword { get; set; }
public:
virtual property String^ SubscriberEncryptedPassword {
    String^ get ();
    void set (String^ value);
}
abstract SubscriberEncryptedPassword : string with get, set 
override SubscriberEncryptedPassword : string with get, set
function get SubscriberEncryptedPassword () : String 
function set SubscriberEncryptedPassword (value : String)

속성 값

유형: System.String
The subscriber encrypted password.

구현

IMergeSynchronizationAgent.SubscriberEncryptedPassword

참고 항목

참조

MergeSynchronizationAgent 클래스

Microsoft.SqlServer.Replication 네임스페이스