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 命名空间