Compartilhar via


Propriedade do RDL SnapshotGenerationAgent.DistributorEncryptedPassword

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 encrypted password for the distributor.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
<ComVisibleAttribute(False)> _
Public Property DistributorEncryptedPassword As String 
    Get 
    Set
'Uso
Dim instance As SnapshotGenerationAgent 
Dim value As String 

value = instance.DistributorEncryptedPassword

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

Valor da propriedade

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

Consulte também

Referência

SnapshotGenerationAgent Classe

Namespace Microsoft.SqlServer.Replication