SfcApplicationEvents.AfterObjectMoved 事件

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

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

语法

声明
Public Event AfterObjectMoved As SfcApplication.SfcAfterObjectMovedEventHandler
用法
Dim instance As SfcApplicationEvents 
Dim handler As SfcApplication.SfcAfterObjectMovedEventHandler 

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

请参阅

参考

SfcApplicationEvents 类

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