Udostępnij za pośrednictwem


Zdarzenie SfcApplicationEvents.ObjectDropped

Występuje, gdy obiekt SFC został odrzucony.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Event ObjectDropped As SfcApplication..::..SfcObjectDroppedEventHandler
'Użycie
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>
Język JScript obsługuje używanie zdarzeń, ale nie obsługuje deklarowania nowych.