Partager via


Propriété ObjectEvent.Drop

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property Drop As ObjectEvent 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

Gestion des événements SMO

Voir aussi

Référence

ObjectEvent Classe

Espace de noms Microsoft.SqlServer.Management.Smo