Partilhar via


Evento SfcApplicationEvents.BeforeObjectRenamed

Occurs before an SFC object has been renamed. 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 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 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