Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Occurs when an SFC object has been altered. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Event ObjectAltered As SfcApplication.SfcObjectAlteredEventHandler
'Usage
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 supports the use of events, but not the declaration of new ones.