共用方式為


SqliteConnectionStringBuilder.Password 屬性

定義

取得或設定加密金鑰。 警告,當原生 SQLite 程式庫不支援加密時,這不會有任何作用。 指定時, PRAGMA key 會在開啟連線之後立即傳送。

public string Password { get; set; }
member this.Password : string with get, set
Public Property Password As String

屬性值

加密金鑰。

適用於