Compartir a través de


ObjectEvent.Drop Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property Drop As ObjectEvent 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Controlar eventos SMO

Vea también

Referencia

ObjectEvent Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo