Udostępnij przez


Właściwość DropTable

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)

Syntax

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

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

Wartość właściwości

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