Freigeben über


ISqlIndex.DoDropExisting-Eigenschaft

Ruft einen Wert ab, der die DROP_EXISTING-Option modelliert, oder legt den Wert fest.

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

Syntax

'Declaration
Property DoDropExisting As Boolean
    Get
    Set
bool DoDropExisting { get; set; }
property bool DoDropExisting {
    bool get ();
    void set (bool value);
}
abstract DoDropExisting : bool with get, set
function get DoDropExisting () : boolean
function set DoDropExisting (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlIndex Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace