SfcApplicationEvents Class
Contains the global SFC events. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
| Name | Description | |
|---|---|---|
![]() | SfcApplicationEvents() | Initializes a new instance of the SfcApplicationEvents class. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnAfterObjectMoved(SfcInstance^, SfcAfterObjectMovedEventArgs^) | Raises the AfterObjectMoved event. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | OnAfterObjectRenamed(SfcInstance^, SfcAfterObjectRenamedEventArgs^) | Raises the AfterObjectRenamed event. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | OnBeforeObjectMoved(SfcInstance^, SfcBeforeObjectMovedEventArgs^) | Raises the BeforeObjectMoved event. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | OnBeforeObjectRenamed(SfcInstance^, SfcBeforeObjectRenamedEventArgs^) | Raises the BeforeObjectRenamed event. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | OnObjectAltered(SfcInstance^, SfcObjectAlteredEventArgs^) | Raises the ObjectAltered event. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | OnObjectCreated(SfcInstance^, SfcObjectCreatedEventArgs^) | Raises the ObjectCreated event. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | OnObjectDropped(SfcInstance^, SfcObjectDroppedEventArgs^) | Raises the ObjectDropped event. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AfterObjectMoved | Occurs after an SFC object has moved. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | AfterObjectRenamed | Occurs after an SFC object has been renamed. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | BeforeObjectMoved | Occurs before an SFC object has moved. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | BeforeObjectRenamed | Occurs before an SFC object has been renamed. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | ObjectAltered | Occurs when an SFC object has been altered. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | ObjectCreated | Occurs when an SFC object has been created. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | ObjectDropped | Occurs when an SFC object has been dropped. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


