Propriedade do RDL SecureDistributorEncryptedPassword

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

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

Sintaxe

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

value = instance.SecureDistributorEncryptedPassword

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

Valor da propriedade

Tipo: System.Security. . :: . .SecureString