SqlCommand.ColumnEncryptionSetting Property

Definition

Gets the column encryption setting for this command.

[System.ComponentModel.Browsable(false)]
public Microsoft.Data.SqlClient.SqlCommandColumnEncryptionSetting ColumnEncryptionSetting { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ColumnEncryptionSetting : Microsoft.Data.SqlClient.SqlCommandColumnEncryptionSetting
Public ReadOnly Property ColumnEncryptionSetting As SqlCommandColumnEncryptionSetting

Property Value

SqlCommandColumnEncryptionSetting

The column encryption setting for this command.

Attributes

Applies to