DacDeployOptions.IsAlwaysEncryptedParameterizationEnabled プロパティ

定義

Always Encrypted パラメーター化モードの設定

public bool IsAlwaysEncryptedParameterizationEnabled { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IsAlwaysEncryptedParameterizationEnabled")]
public bool IsAlwaysEncryptedParameterizationEnabled { get; set; }
member this.IsAlwaysEncryptedParameterizationEnabled : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IsAlwaysEncryptedParameterizationEnabled")>]
member this.IsAlwaysEncryptedParameterizationEnabled : bool with get, set
Public Property IsAlwaysEncryptedParameterizationEnabled As Boolean

プロパティ値

デプロイ後/デプロイ前スクリプトでパラメーター化変数を有効にする場合は True。既定値は false です。

属性

適用対象