Freigeben über


ISql90XmlIndex.DoDropExisting-Eigenschaft

Ruft einen Wert ab, der angibt, ob der benannte und bereits vorhandene XML-Index gelöscht und neu erstellt wird, 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

ISql90XmlIndex Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace