DacDeployOptions.EnclaveAttestationProtocol プロパティ

定義

エンクレーブ ベースの 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 を有効にし、デプロイ操作中にセキュリティで保護されたエンクレーブを使用して Always Encrypted を有効にするには、接続文字列でこれとEnclaveAttestationUrlの両方を正しく設定する必要があります。

適用対象