SfcApplicationEvents.OnObjectAltered Method
Raises the ObjectAltered 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 OnObjectAltered ( _
obj As SfcInstance, _
e As SfcObjectAlteredEventArgs _
)
'Usage
Dim instance As SfcApplicationEvents
Dim obj As SfcInstance
Dim e As SfcObjectAlteredEventArgs
instance.OnObjectAltered(obj, e)
public void OnObjectAltered(
SfcInstance obj,
SfcObjectAlteredEventArgs e
)
public:
void OnObjectAltered(
SfcInstance^ obj,
SfcObjectAlteredEventArgs^ e
)
member OnObjectAltered :
obj:SfcInstance *
e:SfcObjectAlteredEventArgs -> unit
public function OnObjectAltered(
obj : SfcInstance,
e : SfcObjectAlteredEventArgs
)
Parameters
- obj
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The source of the event.
- e
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectAlteredEventArgs
The SfcObjectAlteredEventArgs object that contains the event data.