Freigeben über


ObjectDropped-Ereignis

Occurs when an SFC object has been dropped. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Event ObjectDropped As SfcApplication..::..SfcObjectDroppedEventHandler
'Usage
Dim instance As SfcApplicationEvents
Dim handler As SfcApplication..::..SfcObjectDroppedEventHandler

AddHandler instance.ObjectDropped, handler
public event SfcApplication..::..SfcObjectDroppedEventHandler ObjectDropped
public:
 event SfcApplication..::..SfcObjectDroppedEventHandler^ ObjectDropped {
    void add (SfcApplication..::..SfcObjectDroppedEventHandler^ value);
    void remove (SfcApplication..::..SfcObjectDroppedEventHandler^ value);
}
member ObjectDropped : IEvent<SfcApplication..::..SfcObjectDroppedEventHandler,
    SfcObjectDroppedEventArgs>
JScript unterstützt die Verwendung von Ereignissen, aber nicht die Deklaration neuer Ereignisse.