Evento SfcApplicationEvents.ObjectDropped

Occurs when an SFC object has been dropped. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Event ObjectDropped As SfcApplication.SfcObjectDroppedEventHandler
'Utilizzo
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 supporta l'utilizzo di eventi, ma non la dichiarazione di nuovi eventi.

Vedere anche

Riferimento

SfcApplicationEvents Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc