RestoreProgressEventArgs Class Properties
In This Topic
For a list of all members of this type, see RestoreProgressEventArgs members.
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