SqlDeploymentOptions.NoAlterStatementsToChangeClrTypes Property
Get or set boolean that specifies whether to force a change to CLR assemblies by dropping and recreating them.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property NoAlterStatementsToChangeClrTypes As Boolean
Get
'Usage
Dim instance As SqlDeploymentOptions
Dim value As Boolean
value = instance.NoAlterStatementsToChangeClrTypes
public bool NoAlterStatementsToChangeClrTypes { get; }
public:
property bool NoAlterStatementsToChangeClrTypes {
bool get ();
}
member NoAlterStatementsToChangeClrTypes : bool
function get NoAlterStatementsToChangeClrTypes () : boolean
Property Value
Type: System.Boolean
True if CLR assemblies should be dropped; otherwise false to allow ALTER statements to change CLR assemblies. Default is false.