Partilhar via


Evento SfcApplicationEvents.AfterObjectMoved

Occurs after an SFC object has moved. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Event AfterObjectMoved As SfcApplication.SfcAfterObjectMovedEventHandler
'Uso
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 dá suporte ao uso de eventos, mas não à declaração de eventos novos.

Consulte também

Referência

SfcApplicationEvents Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc