Condividi tramite


Proprietà ISqlIndex.DoDropExisting

Ottiene o imposta un valore che modella l'opzione DROP_EXISTING.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlIndex Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel