Condividi tramite


Proprietà SnapshotGenerationAgent.DistributorEncryptedPassword

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the encrypted password for the distributor.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Sintassi

'Dichiarazione
<ComVisibleAttribute(False)> _
Public Property DistributorEncryptedPassword As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

SnapshotGenerationAgent Classe

Spazio dei nomi Microsoft.SqlServer.Replication