Compartilhar via


Propriedade do RDL UIConnectionInfo.EncryptedPassword

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

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets the encrypted password of the UIConnectionInfo.

Namespace:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly:  Microsoft.SqlServer.RegSvrEnum (em Microsoft.SqlServer.RegSvrEnum.dll)

Sintaxe

'Declaração
Public Property EncryptedPassword As String 
    Get 
    Set
'Uso
Dim instance As UIConnectionInfo 
Dim value As String 

value = instance.EncryptedPassword

instance.EncryptedPassword = value
public string EncryptedPassword { get; set; }
public:
property String^ EncryptedPassword {
    String^ get ();
    void set (String^ value);
}
member EncryptedPassword : string with get, set
function get EncryptedPassword () : String 
function set EncryptedPassword (value : String)

Valor da propriedade

Tipo: System.String
The encrypted password of the UIConnectionInfo.

Consulte também

Referência

UIConnectionInfo Classe

Namespace Microsoft.SqlServer.Management.Smo.RegSvrEnum