Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.