Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.Deployment
Assembly : Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Syntaxe
'Déclaration
Public ReadOnly Property NoAlterStatementsToChangeClrTypes As Boolean
Get
'Utilisation
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
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.