SfcApplicationEvents.OnObjectCreated Method
Raises the ObjectCreated event. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub OnObjectCreated ( _
obj As SfcInstance, _
e As SfcObjectCreatedEventArgs _
)
'Usage
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
)
Parameters
- obj
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The source of the event.
- e
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectCreatedEventArgs
The SfcObjectCreatedEventArgs object that contains the event data.