SqlConnectionStringBuilder.ColumnEncryptionSetting Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the column encryption settings for the connection string builder.
public:
property Microsoft::Data::SqlClient::SqlConnectionColumnEncryptionSetting ColumnEncryptionSetting { Microsoft::Data::SqlClient::SqlConnectionColumnEncryptionSetting get(); void set(Microsoft::Data::SqlClient::SqlConnectionColumnEncryptionSetting value); };
public Microsoft.Data.SqlClient.SqlConnectionColumnEncryptionSetting ColumnEncryptionSetting { get; set; }
member this.ColumnEncryptionSetting : Microsoft.Data.SqlClient.SqlConnectionColumnEncryptionSetting with get, set
Public Property ColumnEncryptionSetting As SqlConnectionColumnEncryptionSetting
Property Value
The column encryption settings for the connection string builder.This property enables or disables Always Encrypted functionality for the connection.