Share via


SqlCeConnectionStringBuilder.EncryptionMode 屬性

取得或設定建立資料庫時所依據的加密模式。

命名空間:  System.Data.SqlServerCe
組件:  System.Data.SqlServerCe (在 System.Data.SqlServerCe.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public Property EncryptionMode As String
    Get
    Set
'用途
Dim instance As SqlCeConnectionStringBuilder
Dim value As String

value = instance.EncryptionMode

instance.EncryptionMode = value
[BrowsableAttribute(false)]
public string EncryptionMode { get; set; }
[BrowsableAttribute(false)]
public:
property String^ EncryptionMode {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member EncryptionMode : string with get, set
function get EncryptionMode () : String
function set EncryptionMode (value : String)

屬性值

型別:System.String
建立資料庫時所依據的加密模式。

請參閱

參考

SqlCeConnectionStringBuilder 類別

System.Data.SqlServerCe 命名空間