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 네임스페이스