ScriptProgressEventArgs Class Members
                In This Topic
            
            The following tables list the members exposed by ScriptProgressEventArgs.
            
            
            
            
            
            
            
            
            
            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. | 
TopSee Also