次の方法で共有


DacDeployOptions.NoAlterStatementsToChangeClrTypes プロパティ

定義

CLR アセンブリに対する変更を強制する (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 です。

属性

適用対象