SqlCommand.ColumnEncryptionSetting Propiedad

Definición

Obtiene o establece la configuración del cifrado de columnas para este comando.

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

Valor de propiedad

La configuración del cifrado de columnas para este comando.

Atributos

Se aplica a