Compartir a través de


SnapshotGenerationAgent.SecurePublisherEncryptedPassword Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Sets the encrypted password used when connecting to the Publisher using SQL Server Authentication.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
<ComVisibleAttribute(False)> _
Public Property SecurePublisherEncryptedPassword As SecureString 
    Get 
    Set
'Uso
Dim instance As SnapshotGenerationAgent 
Dim value As SecureString 

value = instance.SecurePublisherEncryptedPassword

instance.SecurePublisherEncryptedPassword = value
[ComVisibleAttribute(false)]
public SecureString SecurePublisherEncryptedPassword { get; set; }
[ComVisibleAttribute(false)]
public:
property SecureString^ SecurePublisherEncryptedPassword {
    SecureString^ get ();
    void set (SecureString^ value);
}
[<ComVisibleAttribute(false)>]
member SecurePublisherEncryptedPassword : SecureString with get, set
function get SecurePublisherEncryptedPassword () : SecureString 
function set SecurePublisherEncryptedPassword (value : SecureString)

Valor de la propiedad

Tipo: System.Security.SecureString
The encrypted password used when connecting to the Publisher using SQL Server Authentication.

Vea también

Referencia

SnapshotGenerationAgent Clase

Espacio de nombres Microsoft.SqlServer.Replication