RestoreProgressEventArgs Class Members
In This Topic
The following tables list the members exposed by RestoreProgressEventArgs.
Public Properties
| Name | 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. |
Top
See Also