This documentation is archived and is not being maintained.
SfcApplicationEvents::ObjectAltered Event
Occurs when an SFC object has been altered. 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::SfcObjectAlteredEventHandler^ ObjectAltered {
void add(SfcApplication::SfcObjectAlteredEventHandler^ value);
void remove(SfcApplication::SfcObjectAlteredEventHandler^ value);
}
Return to top