Partager via


Propriété DacDeployOptions.NoAlterStatementsToChangeClrTypes

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

Espace de noms :  Microsoft.SqlServer.Dac
Assembly :  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Syntaxe

'Déclaration
Public Property NoAlterStatementsToChangeClrTypes As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

DacDeployOptions Classe

Espace de noms Microsoft.SqlServer.Dac