Udostępnij przez


Scripter.ScriptingProgress Event

Raises an event to receive information about the progress of the scripting operation.

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

Syntax

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

/** @event */
public void remove_ScriptingProgress (ProgressReportEventHandler value)
JScript supports the use of events, but not the declaration of new ones.

Remarks

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.