次の方法で共有


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

適用対象