DacDeployOptions.IsAlwaysEncryptedParameterizationEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set Always Encrypted Parameterization Mode
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
Property Value
True to enable parameterization variables in post/pre deployment scripts Default is false.
- Attributes