Propriedade do RDL SnapshotGenerationAgent.SecurePublisherEncryptedPassword
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Sets the encrypted password used when connecting to the Publisher using SQL Server Authentication.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)
Sintaxe
'Declaração
<ComVisibleAttribute(False)> _
Public Property SecurePublisherEncryptedPassword As SecureString
Get
Set
'Uso
Dim instance As SnapshotGenerationAgent
Dim value As SecureString
value = instance.SecurePublisherEncryptedPassword
instance.SecurePublisherEncryptedPassword = value
[ComVisibleAttribute(false)]
public SecureString SecurePublisherEncryptedPassword { get; set; }
[ComVisibleAttribute(false)]
public:
property SecureString^ SecurePublisherEncryptedPassword {
SecureString^ get ();
void set (SecureString^ value);
}
[<ComVisibleAttribute(false)>]
member SecurePublisherEncryptedPassword : SecureString with get, set
function get SecurePublisherEncryptedPassword () : SecureString
function set SecurePublisherEncryptedPassword (value : SecureString)
Valor da propriedade
Tipo: System.Security.SecureString
The encrypted password used when connecting to the Publisher using SQL Server Authentication.