SqlCommand.ColumnEncryptionSetting Property

Definition

Gets or sets the column encryption setting for this command.

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

Property Value

The column encryption setting for this command.

Attributes

Applies to