Compartilhar via


Propriedade do RDL SqlCeConnectionStringBuilder.Password

Obtém ou define a senha do banco de dados, que pode ter até 40 caracteres de comprimento.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)

Sintaxe

'Declaração
Public Property Password As String
    Get
    Set
'Uso
Dim instance As SqlCeConnectionStringBuilder
Dim value As String

value = instance.Password

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

Valor da propriedade

Tipo: System.String
O valor da senha do banco de dados.

Consulte também

Referência

SqlCeConnectionStringBuilder Classe

Namespace System.Data.SqlServerCe