Compartir a través de


SnapshotGenerationAgent.PublisherEncryptedPassword Propiedad

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

Gets or sets the encrypted password for the publisher.

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

Sintaxis

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

value = instance.PublisherEncryptedPassword

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

Valor de la propiedad

Tipo: System.String
The encrypted password for the publisher.

Vea también

Referencia

SnapshotGenerationAgent Clase

Espacio de nombres Microsoft.SqlServer.Replication