次の方法で共有


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 です。

属性

適用対象