Evento SfcApplicationEvents.ObjectCreated

Occurs when an SFC object has been created. 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 ObjectCreated As SfcApplication.SfcObjectCreatedEventHandler
'Utilizzo
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 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