Condividi tramite


Proprietà ObjectEvent.Drop

Gets an object event that can be included in the event set.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property Drop As ObjectEvent 
    Get
'Utilizzo
Dim value As ObjectEvent 

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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.ObjectEvent
An ObjectEvent object that represents the Drop event that can be included in the object event set.

Esempi

Gestione degli eventi SMO

Vedere anche

Riferimento

ObjectEvent Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo