SfcApplicationEvents.OnObjectCreated Método
Raises the ObjectCreated event. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Sub OnObjectCreated ( _
obj As SfcInstance, _
e As SfcObjectCreatedEventArgs _
)
'Uso
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
)
Parámetros
- obj
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The source of the event.
- e
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectCreatedEventArgs
The SfcObjectCreatedEventArgs object that contains the event data.