Proprietà SqlCeConnectionStringBuilder.Password
Ottiene o imposta la password del database, costituita da un massimo di 40 caratteri.
Spazio dei nomi System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Sintassi
'Dichiarazione
Public Property Password As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
Valore della password del database.