DacDeployOptions.NoAlterStatementsToChangeClrTypes 属性

定义

获取或设置一个布尔值,该值指定是否通过删除并重新创建 CLR 程序集来强制对其进行更改。

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

属性值

如果应删除 CLR 程序集,则为 true;如果要允许使用 ALTER 语句更改 CLR 程序集,则为 false。 默认值为 false。

属性

适用于