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.
An event that indicates the local file store has been reloaded.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public Shared Event LocalFileStoreReloaded As EventHandler
'Usage
Dim handler As EventHandler
AddHandler RegisteredServersStore.LocalFileStoreReloaded, handler
public static event EventHandler LocalFileStoreReloaded
public:
static event EventHandler^ LocalFileStoreReloaded {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member LocalFileStoreReloaded : IEvent<EventHandler,
EventArgs>
JScript supports the use of events, but not the declaration of new ones.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.