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 程序集;否则为 false 以允许 ALTER 语句更改 CLR 程序集。 默认值为 false。

属性

适用于