Compartir a través de


UIConnectionInfo.EncryptedPassword Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets or sets the encrypted password of the UIConnectionInfo.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Ensamblado:  Microsoft.SqlServer.RegSvrEnum (en Microsoft.SqlServer.RegSvrEnum.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

UIConnectionInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.RegSvrEnum