SfcApplicationEvents.AfterObjectRenamed 事件

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

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

语法

声明
Public Event AfterObjectRenamed As SfcApplication.SfcAfterObjectRenamedEventHandler
用法
Dim instance As SfcApplicationEvents 
Dim handler As SfcApplication.SfcAfterObjectRenamedEventHandler 

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

请参阅

参考

SfcApplicationEvents 类

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