Propriedade do RDL Drop
Gets an object event that can be included in the event set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ObjectEvent
An ObjectEvent object that represents the Drop event that can be included in the object event set.