Share via


DacDeployOptions.NoAlterStatementsToChangeClrTypes Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se forzare una modifica degli assembly CLR eliminandoli e creandoli di nuovo.

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

Valore della proprietà

True se gli assembly CLR devono essere eliminati; in caso contrario, false per consentire la modifica degli assembly CLR tramite istruzioni ALTER. L'impostazione predefinita è false.

Attributi

Si applica a