Condividi tramite


Evento AfterObjectMoved

Occurs after an SFC object has moved. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Event AfterObjectMoved As SfcApplication..::..SfcAfterObjectMovedEventHandler
'Utilizzo
Dim instance As SfcApplicationEvents
Dim handler As SfcApplication..::..SfcAfterObjectMovedEventHandler

AddHandler instance.AfterObjectMoved, handler
public event SfcApplication..::..SfcAfterObjectMovedEventHandler AfterObjectMoved
public:
 event SfcApplication..::..SfcAfterObjectMovedEventHandler^ AfterObjectMoved {
    void add (SfcApplication..::..SfcAfterObjectMovedEventHandler^ value);
    void remove (SfcApplication..::..SfcAfterObjectMovedEventHandler^ value);
}
member AfterObjectMoved : IEvent<SfcApplication..::..SfcAfterObjectMovedEventHandler,
    SfcAfterObjectMovedEventArgs>
JScript supporta l'utilizzo di eventi, ma non la dichiarazione di nuovi eventi.