SnapshotGenerationAgent.SecureDistributorEncryptedPassword 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 locally to the Distributor 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 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 de la propiedad
Tipo: System.Security.SecureString
The encrypted password used when connecting locally to the Distributor using SQL Server Authentication.