SqlConnectionColumnEncryptionSetting 列舉

定義

指定在連接中啟用一律加密功能。 請注意,這些設定不能用來略過加密並存取純文字資料。 如需詳細資訊,請參閱 Always Encrypted (資料庫引擎)

public enum class SqlConnectionColumnEncryptionSetting
public enum SqlConnectionColumnEncryptionSetting
type SqlConnectionColumnEncryptionSetting = 
Public Enum SqlConnectionColumnEncryptionSetting
繼承
SqlConnectionColumnEncryptionSetting

欄位

Disabled 0

指定連接不使用一律加密。 如果沒有在連接存取加密資料行上傳送任何查詢,則應該使用。

Enabled 1

針對連接啟用一律加密功能。 對應至加密資料行的查詢參數,將會明確地加密,且加密資料行的查詢結果將會明確地解密。

適用於

另請參閱