Właściwość DatabaseEvent.DropAssembly
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 DropAssembly As DatabaseEvent
Get
'Użycie
Dim value As DatabaseEvent
value = DatabaseEvent.DropAssembly
public static DatabaseEvent DropAssembly { get; }
public:
static property DatabaseEvent^ DropAssembly {
DatabaseEvent^ get ();
}
static member DropAssembly : DatabaseEvent
static function get DropAssembly () : DatabaseEvent
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.DatabaseEvent
A DatabaseEvent obiekt reprezentujący DropAssembly zdarzenie, które mogą być zawarte w zestaw zdarzeń bazy danych.