'Declaration Public Event RestoreProgress As RestoreProgressEventHandler
public event RestoreProgressEventHandler RestoreProgress
Event Data
The event handler receives an argument of type RestoreProgressEventArgs containing data related to this event. The following RestoreProgressEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Length | Gets the length of the statement in symbols. |
LineNumber | Gets the number of line in the whole script where the statement is located. |
LinePosition | Gets the position on the line where the statement starts. |
Offset | Gets offset of the statement in the whole script text. |
StatementType | Gets type of the statement. |
Text | Gets the SQL statement that is about to be executed. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also