Udostępnij przez


Właściwość DatabaseEvent.DropIndex

Pobiera zdarzenie bazy danych, które można dołączyć zestaw zdarzeń.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Shared ReadOnly Property DropIndex As DatabaseEvent
    Get
'Użycie
Dim value As DatabaseEvent

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

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.DatabaseEvent
A DatabaseEvent obiekt reprezentujący DropIndex zdarzenie, które mogą być zawarte w zestaw zdarzeń bazy danych.