Share via


SfcApplicationEvents Class

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
Public method 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
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OnAfterObjectMoved Raises the AfterObjectMoved event. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method OnAfterObjectRenamed Raises the AfterObjectRenamed event. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method OnBeforeObjectMoved Raises the BeforeObjectMoved event. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method OnBeforeObjectRenamed Raises the BeforeObjectRenamed event. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method OnObjectAltered Raises the ObjectAltered event. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method OnObjectCreated Raises the ObjectCreated event. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method OnObjectDropped Raises the ObjectDropped event. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event AfterObjectMoved Occurs after an SFC object has moved. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public event AfterObjectRenamed Occurs after an SFC object has been renamed. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public event BeforeObjectMoved Occurs before an SFC object has moved. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public event BeforeObjectRenamed Occurs before an SFC object has been renamed. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public event ObjectAltered Occurs when an SFC object has been altered. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public event ObjectCreated Occurs when an SFC object has been created. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public event 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.