AdomdErrorLocation Members
Include Protected Members
Include Inherited Members
Represents the location in the CommandText or CommandStream at which the error occurred.
The AdomdErrorLocation type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
EndColumn | The last column on which the error was generated. |
![]() |
EndLine | The last line on which the error was generated. |
![]() |
LineOffset | The number of characters leading up to the line on which the error was generated. |
![]() |
StartColumn | The first column on which the error was generated. |
![]() |
StartLine | The first line on which the error was generated. |
![]() |
TextLength | The length of text which generated the error. |
Top