DacDeployOptions.EnclaveAttestationProtocol プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エンクレーブ ベースの Always Encrypted で使用する構成証明プロトコルを指定します。
public string EnclaveAttestationProtocol { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "EnclaveAttestationProtocol")]
public string EnclaveAttestationProtocol { get; set; }
member this.EnclaveAttestationProtocol : string with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "EnclaveAttestationProtocol")>]
member this.EnclaveAttestationProtocol : string with get, set
Public Property EnclaveAttestationProtocol As String
プロパティ値
- 属性
注釈
DacFx では ColumnEncryptionSetting を有効にし、接続文字列に対してこれとEnclaveAttestationUrlの両方を正しく設定して、デプロイ操作中にセキュリティで保護されたエンクレーブを使用したAlways Encryptedを有効にする必要があります。