Partager via


Propriété TableEvent.DropIndex

Gets a table event that can be included in the event set.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property DropIndex As TableEvent 
    Get
'Utilisation
Dim value As TableEvent 

value = TableEvent.DropIndex
public static TableEvent DropIndex { get; }
public:
static property TableEvent^ DropIndex {
    TableEvent^ get ();
}
static member DropIndex : TableEvent
static function get DropIndex () : TableEvent

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.TableEvent
A TableEvent object that represents the DropIndex event that can be included in the table event set.

Exemples

Gestion des événements SMO

Voir aussi

Référence

TableEvent Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Gestion des événements SMO