共用方式為


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

屬性值

True 表示 CLR 部署期間卸除封鎖的組件,否則為 false。 預設值為 false。

屬性

適用於