This documentation is archived and is not being maintained.
SfcApplicationEvents::ObjectDropped Event
Occurs when an SFC object has been dropped. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace:
Microsoft.SqlServer.Management.Sdk.SfcAssembly:
Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
public:
event SfcApplication::SfcObjectDroppedEventHandler^ ObjectDropped {
void add(SfcApplication::SfcObjectDroppedEventHandler^ value);
void remove(SfcApplication::SfcObjectDroppedEventHandler^ value);
}
Return to top