Condividi tramite


Proprietà SqlDeploymentOptions.NoAlterStatementsToChangeClrTypes

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

Spazio dei nomi  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property NoAlterStatementsToChangeClrTypes As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

SqlDeploymentOptions Classe

Spazio dei nomi Microsoft.SqlServer.Dac.Deployment