Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the encryption mode with which the database is to be created against.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property EncryptionMode As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The encryption mode with which the database is to be created against.