Propriedade do RDL TransSynchronizationAgent.SecureSubscriberEncryptedPassword
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 secure encrypted password for the subscriber.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)
Sintaxe
'Declaração
Public Property SecureSubscriberEncryptedPassword As SecureString
Get
Set
'Uso
Dim instance As TransSynchronizationAgent
Dim value As SecureString
value = instance.SecureSubscriberEncryptedPassword
instance.SecureSubscriberEncryptedPassword = value
public SecureString SecureSubscriberEncryptedPassword { get; set; }
public:
property SecureString^ SecureSubscriberEncryptedPassword {
SecureString^ get ();
void set (SecureString^ value);
}
member SecureSubscriberEncryptedPassword : SecureString with get, set
function get SecureSubscriberEncryptedPassword () : SecureString
function set SecureSubscriberEncryptedPassword (value : SecureString)
Valor da propriedade
Tipo: System.Security.SecureString
The secure encrypted password for the subscriber.