SfcApplicationEvents.ObjectDropped 事件

Occurs when an SFC object has been dropped. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Event ObjectDropped As SfcApplication.SfcObjectDroppedEventHandler
用法
Dim instance As SfcApplicationEvents 
Dim handler As SfcApplication.SfcObjectDroppedEventHandler 

AddHandler instance.ObjectDropped, handler
public event SfcApplication.SfcObjectDroppedEventHandler ObjectDropped
public:
 event SfcApplication.SfcObjectDroppedEventHandler^ ObjectDropped {
    void add (SfcApplication.SfcObjectDroppedEventHandler^ value);
    void remove (SfcApplication.SfcObjectDroppedEventHandler^ value);
}
member ObjectDropped : IEvent<SfcApplication.SfcObjectDroppedEventHandler,
    SfcObjectDroppedEventArgs>
JScript 支持使用事件,但不支持声明新事件。

请参阅

参考

SfcApplicationEvents 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间