次の方法で共有


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 名前空間