Evento SfcApplicationEvents.ObjectAltered

Occurs when an SFC object has been altered. 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 ObjectAltered As SfcApplication.SfcObjectAlteredEventHandler
'Utilizzo
Dim instance As SfcApplicationEvents 
Dim handler As SfcApplication.SfcObjectAlteredEventHandler 

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

Vedere anche

Riferimento

SfcApplicationEvents Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc