ScriptProgressEventArgs Class Properties
In This Topic
For a list of all members of this type, see ScriptProgressEventArgs members.
Public Properties
| Name | Description |
 | Length | Gets length of the statement in symbols. |
 | LineNumber | Gets number of line in the whole script where the statement can be located. |
 | LinePosition | Gets position of the statement in its line. |
 | Offset | Gets offset of the statement in the whole script text. |
 | StatementType | Gets type of the statement that is executed. |
 | Text | Gets SQL statement that has been executed. |
Top
See Also