Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Marks the progress of the scripting process.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Event ScriptingProgress As ProgressReportEventHandler
'Usage
Dim instance As TransferBase
Dim handler As ProgressReportEventHandler
AddHandler instance.ScriptingProgress, handler
public event ProgressReportEventHandler ScriptingProgress
public:
event ProgressReportEventHandler^ ScriptingProgress {
void add (ProgressReportEventHandler^ value);
void remove (ProgressReportEventHandler^ value);
}
member ScriptingProgress : IEvent<ProgressReportEventHandler,
ProgressReportEventArgs>
JScript supports the use of events, but not the declaration of new ones.