Compartir a través de


DacDeployOptions.IgnoreCryptographicProviderFilePath Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se debe dejar de tener en cuenta la especificación de archivo de un proveedor de servicios criptográficos al comparar los modelos de origen y de destino.

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

Valor de propiedad

Es True para omitir las diferencias en la especificación de archivo de un proveedor de servicios criptográficos; de lo contrario, es False. El valor predeterminado es true.

Atributos

Se aplica a