SqlConnectionStringBuilder.ColumnEncryptionSetting プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
接続文字列ビルダーの列暗号化設定を取得および設定します。
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
プロパティ値
接続文字列ビルダーの列暗号化設定。このプロパティは、接続のAlways Encrypted機能を有効または無効にします。