This topic has not yet been rated - Rate this topic

ProgressReportEventHandler Delegate

The ProgressReportEventHandler class represents the event handler that is used to handle progress report events.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
public delegate void ProgressReportEventHandler (
	Object sender,
	ProgressReportEventArgs e
)
/** @delegate */
public delegate void ProgressReportEventHandler (
	Object sender, 
	ProgressReportEventArgs e
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

sender

An Object value that specifies the source of the event.

e

A ProgressReportEventArgs object that contains the event data.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.


Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ