Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the metadata store file format upgrade has finished.
Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in microsoft.synchronization.metadatastorage.dll)
Syntax
'Declaration
Public Shared Event MetadataStoreUpgradeStop As EventHandler(Of EventArgs)
'Usage
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.
See Also
Reference
SqlMetadataStore Class
SqlMetadataStore Members
Microsoft.Synchronization.MetadataStorage Namespace