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