Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.