dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlConnectionStringBuilder Class / ColumnEncryptionSetting Property

In This Topic
    ColumnEncryptionSetting Property
    In This Topic
    Gets or sets a Boolean value that determines whether the Always Encrypted feature is enabled for a connection.
    Syntax
    'Declaration
     
    Public Property ColumnEncryptionSetting As SqlConnectionColumnEncryptionSetting
    public SqlConnectionColumnEncryptionSetting ColumnEncryptionSetting {get; set;}

    Property Value

    One of the SqlConnectionColumnEncryptionSetting values.
    See Also