SqlMetadataStore.MetadataStoreUpgradeStop 事件

在完成元数据存储区文件格式升级时发生。

命名空间: Microsoft.Synchronization.MetadataStorage
程序集: Microsoft.Synchronization.MetadataStorage(在 microsoft.synchronization.metadatastorage.dll 中)

语法

声明
Public Shared Event MetadataStoreUpgradeStop As EventHandler(Of EventArgs)
用法
Dim handler As EventHandler(Of EventArgs)

AddHandler SqlMetadataStore.MetadataStoreUpgradeStop, handler
public static event EventHandler<EventArgs> MetadataStoreUpgradeStop
public:
static event EventHandler<EventArgs^>^ MetadataStoreUpgradeStop {
    void add (EventHandler<EventArgs^>^ value);
    void remove (EventHandler<EventArgs^>^ value);
}
/** @event */
public static void add_MetadataStoreUpgradeStop (EventHandler<EventArgs> value)

/** @event */
public static void remove_MetadataStoreUpgradeStop (EventHandler<EventArgs> value)
JScript supports the use of events, but not the declaration of new ones.

请参阅

参考

SqlMetadataStore 类
SqlMetadataStore 成员
Microsoft.Synchronization.MetadataStorage 命名空间