Compartir a través de


Evento BeforeObjectMoved

Occurs before an SFC object has moved. 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 BeforeObjectMoved As SfcApplication..::..SfcBeforeObjectMovedEventHandler
'Uso
Dim instance As SfcApplicationEvents
Dim handler As SfcApplication..::..SfcBeforeObjectMovedEventHandler

AddHandler instance.BeforeObjectMoved, handler
public event SfcApplication..::..SfcBeforeObjectMovedEventHandler BeforeObjectMoved
public:
 event SfcApplication..::..SfcBeforeObjectMovedEventHandler^ BeforeObjectMoved {
    void add (SfcApplication..::..SfcBeforeObjectMovedEventHandler^ value);
    void remove (SfcApplication..::..SfcBeforeObjectMovedEventHandler^ value);
}
member BeforeObjectMoved : IEvent<SfcApplication..::..SfcBeforeObjectMovedEventHandler,
    SfcBeforeObjectMovedEventArgs>
JScript admite el uso de eventos, pero no la declaración de otros nuevos.