Freigeben über


SqlSchemaDeploymentOptions.DropConstraintsNotInSource-Eigenschaft

Ruft einen Wert ab, der angibt, ob nur im Ziel auftretende Einschränkungen beim Bereitstellen von Änderungen gelöscht werden sollen, oder legt diesen fest.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Property DropConstraintsNotInSource As Boolean
    Get
    Set
public bool DropConstraintsNotInSource { get; set; }
public:
property bool DropConstraintsNotInSource {
    bool get ();
    void set (bool value);
}
member DropConstraintsNotInSource : bool with get, set
function get DropConstraintsNotInSource () : boolean
function set DropConstraintsNotInSource (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlSchemaDeploymentOptions Klasse

Microsoft.Data.Schema.Sql.Build-Namespace