DacDeployOptions.IsAlwaysEncryptedParameterizationEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置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。
- 属性