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