DacDeployOptions.IgnoreCryptographicProviderFilePath 属性

定义

获取或设置布尔值,该值指定在比较源模型和目标模型时是否要从考虑中排除加密提供程序的文件规范。

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

属性值

如果忽略加密提供程序的文件规范的差异,则为 True;否则为 false。 默认值为 true。

属性

适用于