Partager via


ISql90XmlIndex.DoDropExisting, propriété

Obtient ou définit une valeur qui indique si l'index XML nommé préexistant est supprimé et régénéré.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISql90XmlIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms