Service.ManagementStateChange Event
An event that occurs when the management state changes.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in microsoft.sqlserver.sqlwmimanagement.dll)
Syntax
'Deklaracja
Public Event ManagementStateChange As CompletedEventHandler
public event CompletedEventHandler ManagementStateChange
public:
event CompletedEventHandler^ ManagementStateChange {
void add (CompletedEventHandler^ value);
void remove (CompletedEventHandler^ value);
}
/** @event */
public void add_ManagementStateChange (CompletedEventHandler value)
/** @event */
public void remove_ManagementStateChange (CompletedEventHandler value)
JScript supports the use of events, but not the declaration of new ones.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.