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.
Contains the global SFC events. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcApplicationEvents
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Class SfcApplicationEvents
'Usage
Dim instance As SfcApplicationEvents
public class SfcApplicationEvents
public ref class SfcApplicationEvents
type SfcApplicationEvents = class end
public class SfcApplicationEvents
The SfcApplicationEvents type exposes the following members.
Constructors
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnAfterObjectMoved | Raises the AfterObjectMoved event. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
OnAfterObjectRenamed | Raises the AfterObjectRenamed event. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
OnBeforeObjectMoved | Raises the BeforeObjectMoved event. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
OnBeforeObjectRenamed | Raises the BeforeObjectRenamed event. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
OnObjectAltered | Raises the ObjectAltered event. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
OnObjectCreated | Raises the ObjectCreated event. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
OnObjectDropped | Raises the ObjectDropped event. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
ToString | (Inherited from Object.) |
Top
Events
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. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.