Evento SfcApplicationEvents.BeforeObjectRenamed
Occurs before an SFC object has been renamed. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Event BeforeObjectRenamed As SfcApplication.SfcBeforeObjectRenamedEventHandler
'Uso
Dim instance As SfcApplicationEvents
Dim handler As SfcApplication.SfcBeforeObjectRenamedEventHandler
AddHandler instance.BeforeObjectRenamed, handler
public event SfcApplication.SfcBeforeObjectRenamedEventHandler BeforeObjectRenamed
public:
event SfcApplication.SfcBeforeObjectRenamedEventHandler^ BeforeObjectRenamed {
void add (SfcApplication.SfcBeforeObjectRenamedEventHandler^ value);
void remove (SfcApplication.SfcBeforeObjectRenamedEventHandler^ value);
}
member BeforeObjectRenamed : IEvent<SfcApplication.SfcBeforeObjectRenamedEventHandler,
SfcBeforeObjectRenamedEventArgs>
JScript admite el uso de eventos, pero no la declaración de otros nuevos.