Partager via


Méthode SfcApplicationEvents.OnObjectCreated

Raises the ObjectCreated event. 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 Sub OnObjectCreated ( _
    obj As SfcInstance, _
    e As SfcObjectCreatedEventArgs _
)
'Utilisation
Dim instance As SfcApplicationEvents 
Dim obj As SfcInstance 
Dim e As SfcObjectCreatedEventArgs

instance.OnObjectCreated(obj, e)
public void OnObjectCreated(
    SfcInstance obj,
    SfcObjectCreatedEventArgs e
)
public:
void OnObjectCreated(
    SfcInstance^ obj, 
    SfcObjectCreatedEventArgs^ e
)
member OnObjectCreated : 
        obj:SfcInstance * 
        e:SfcObjectCreatedEventArgs -> unit
public function OnObjectCreated(
    obj : SfcInstance, 
    e : SfcObjectCreatedEventArgs
)

Paramètres

Voir aussi

Référence

SfcApplicationEvents Classe

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