DacDeployOptions.AllowDropBlockingAssemblies 属性

定义

获取或设置一个布尔值,用于指定 CLR 部署是否会导致删除阻塞程序集。

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

属性值

如果在 CLR 部署期间删除阻止程序集,则为 true;否则为 false。 默认值为 false。

属性

适用于