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