Partilhar via


Propriedade do RDL SqlDeploymentOptions.NoAlterStatementsToChangeClrTypes

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 (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public ReadOnly Property NoAlterStatementsToChangeClrTypes As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

SqlDeploymentOptions Classe

Namespace Microsoft.SqlServer.Dac.Deployment