Compartilhar via


Propriedade do RDL SqlCeConnectionStringBuilder.EncryptionMode

Obtém ou define o modo de criptografia com o qual o banco de dados deve ser criado.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public Property EncryptionMode As String
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
O modo de criptografia com o qual o banco de dados deve ser criado.

Consulte também

Referência

SqlCeConnectionStringBuilder Classe

Namespace System.Data.SqlServerCe