Udostępnij za pośrednictwem


Transfer.DiscoveryProgress Event

Marks the progress of the discovery process.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in microsoft.sqlserver.smoextended.dll)

Syntax

'Deklaracja
Public Event DiscoveryProgress As ProgressReportEventHandler
public event ProgressReportEventHandler DiscoveryProgress
public:
event ProgressReportEventHandler^ DiscoveryProgress {
    void add (ProgressReportEventHandler^ value);
    void remove (ProgressReportEventHandler^ value);
}
/** @event */
public void add_DiscoveryProgress (ProgressReportEventHandler value)

/** @event */
public void remove_DiscoveryProgress (ProgressReportEventHandler 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.