Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the AfterObjectRenamed 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 OnAfterObjectRenamed ( _
obj As SfcInstance, _
e As SfcAfterObjectRenamedEventArgs _
)
'Usage
Dim instance As SfcApplicationEvents
Dim obj As SfcInstance
Dim e As SfcAfterObjectRenamedEventArgs
instance.OnAfterObjectRenamed(obj, e)
public void OnAfterObjectRenamed(
SfcInstance obj,
SfcAfterObjectRenamedEventArgs e
)
public:
void OnAfterObjectRenamed(
SfcInstance^ obj,
SfcAfterObjectRenamedEventArgs^ e
)
member OnAfterObjectRenamed :
obj:SfcInstance *
e:SfcAfterObjectRenamedEventArgs -> unit
public function OnAfterObjectRenamed(
obj : SfcInstance,
e : SfcAfterObjectRenamedEventArgs
)
Parameters
- obj
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The source of the event.
- e
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcAfterObjectRenamedEventArgs
The SfcAfterObjectRenamedEventArgs object that contains the event data.