AdomdErrorLocation Class
Updated: March 10, 2016
Represents the location in the CommandText or CommandStream at which the error occurred.
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
| 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. |
| 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.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


