Metodo SfcApplicationEvents.OnObjectCreated

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

Parametri

Vedere anche

Riferimento

SfcApplicationEvents Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc