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。それ以外の場合は false。ALTER ステートメントで CLR アセンブリを変更できます。 既定値は falseです。

属性

適用対象