Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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.