DacDeployOptions.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
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

Syntax

'Declaration
Public Property NoAlterStatementsToChangeClrTypes As Boolean 
    Get 
    Set
'Usage
Dim instance As DacDeployOptions 
Dim value As Boolean 

value = instance.NoAlterStatementsToChangeClrTypes

instance.NoAlterStatementsToChangeClrTypes = value
public bool NoAlterStatementsToChangeClrTypes { get; set; }
public:
property bool NoAlterStatementsToChangeClrTypes {
    bool get ();
    void set (bool value);
}
member NoAlterStatementsToChangeClrTypes : bool with get, set
function get NoAlterStatementsToChangeClrTypes () : boolean 
function set NoAlterStatementsToChangeClrTypes (value : 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.

See Also

Reference

DacDeployOptions Class

Microsoft.SqlServer.Dac Namespace