Événement SfcApplicationEvents.ObjectDropped

Occurs when an SFC object has been dropped. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Event ObjectDropped As SfcApplication.SfcObjectDroppedEventHandler
'Utilisation
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 prend en charge l'utilisation d'événements, mais pas la déclaration de nouveaux événements.

Voir aussi

Référence

SfcApplicationEvents Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc