Service.ManagementStateChange Event
An event that occurs when the management state changes.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Declaration
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.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Service Class
Service Members
Microsoft.SqlServer.Management.Smo.Wmi Namespace