Partager via


DacDeployOptions.NoAlterStatementsToChangeClrTypes Propriété

Définition

Obtient ou définit la valeur booléenne qui spécifie s'il faut forcer une modification dans les assemblys CLR en les supprimant et en les recréant.

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

Valeur de propriété

True si les assemblys CLR sont supprimés ; sinon false pour autoriser les instructions ALTER à modifier les assemblys CLR. La valeur par défaut est false.

Attributs

S’applique à