SfcApplicationEvents Class

 

Contains the global SFC events. 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)

System::Object
  Microsoft.SqlServer.Management.Sdk.Sfc::SfcApplicationEvents

public ref class SfcApplicationEvents 

NameDescription
System_CAPS_pubmethodSfcApplicationEvents()

Initializes a new instance of the SfcApplicationEvents class. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodOnAfterObjectMoved(SfcInstance^, SfcAfterObjectMovedEventArgs^)

Raises the AfterObjectMoved event. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodOnAfterObjectRenamed(SfcInstance^, SfcAfterObjectRenamedEventArgs^)

Raises the AfterObjectRenamed event. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodOnBeforeObjectMoved(SfcInstance^, SfcBeforeObjectMovedEventArgs^)

Raises the BeforeObjectMoved event. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodOnBeforeObjectRenamed(SfcInstance^, SfcBeforeObjectRenamedEventArgs^)

Raises the BeforeObjectRenamed event. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodOnObjectAltered(SfcInstance^, SfcObjectAlteredEventArgs^)

Raises the ObjectAltered event. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodOnObjectCreated(SfcInstance^, SfcObjectCreatedEventArgs^)

Raises the ObjectCreated event. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodOnObjectDropped(SfcInstance^, SfcObjectDroppedEventArgs^)

Raises the ObjectDropped event. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventAfterObjectMoved

Occurs after an SFC object has moved. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubeventAfterObjectRenamed

Occurs after an SFC object has been renamed. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubeventBeforeObjectMoved

Occurs before an SFC object has moved. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubeventBeforeObjectRenamed

Occurs before an SFC object has been renamed. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubeventObjectAltered

Occurs when an SFC object has been altered. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubeventObjectCreated

Occurs when an SFC object has been created. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubeventObjectDropped

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.

Return to top
Show: