SqlDeploymentOptions.NoAlterStatementsToChangeClrTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.