Événement SfcApplicationEvents.ObjectCreated

Occurs when an SFC object has been created. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Event ObjectCreated As SfcApplication.SfcObjectCreatedEventHandler
'Utilisation
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 prend en charge l'utilisation d'événements, mais pas la déclaration de nouveaux événements.

Voir aussi

Référence

SfcApplicationEvents Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc