Compartir a través de


SqlDeploymentOptions.NoAlterStatementsToChangeClrTypes Property

Definition

Get boolean that specifies whether to force a change to CLR assemblies by dropping and recreating them.

public bool NoAlterStatementsToChangeClrTypes { get; }
member this.NoAlterStatementsToChangeClrTypes : bool
Public ReadOnly Property NoAlterStatementsToChangeClrTypes As Boolean

Property Value

True if CLR assemblies should be dropped; otherwise false to allow ALTER statements to change CLR assemblies. Default is false.

Applies to