Propriedade do RDL MergeSynchronizationAgent.SubscriberEncryptedPassword
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the subscriber encrypted password.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)
Sintaxe
'Declaração
Public Overridable Property SubscriberEncryptedPassword As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.String
The subscriber encrypted password.
Implementa
IMergeSynchronizationAgent.SubscriberEncryptedPassword