Udostępnij za pośrednictwem


Zdarzenie ObjectCreated

Występuje, gdy obiekt SFC został utworzony. Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Deklaracja
Public Event ObjectCreated As SfcApplication..::..SfcObjectCreatedEventHandler
'Użycie
Dim instance As SfcApplicationEvents
Dim handler As SfcApplication..::..SfcObjectCreatedEventHandler

AddHandler instance.ObjectCreated, handler
public event SfcApplication..::..SfcObjectCreatedEventHandler ObjectCreated
public:
 event SfcApplication..::..SfcObjectCreatedEventHandler^ ObjectCreated {
    void add (SfcApplication..::..SfcObjectCreatedEventHandler^ value);
    void remove (SfcApplication..::..SfcObjectCreatedEventHandler^ value);
}
member ObjectCreated : IEvent<SfcApplication..::..SfcObjectCreatedEventHandler,
    SfcObjectCreatedEventArgs>
JScript supports the use of events, but not the declaration of new ones.