XmlaMessageLocation Class
Applies To: SQL Server (starting with 2016)
Represents the location of the XMLA message.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Name | Description | |
|---|---|---|
![]() | DependsOnObject | Gets the object on which the SourceObject depends in the case of a dependency error. |
![]() | EndColumn | Gets the column number that indicates the ending point of the message. |
![]() | EndLine | Gets the line number that indicates the ending point of the message. |
![]() | LineOffset | Gets the number of characters from the beginning of the stream to the beginning of the Start line. |
![]() | RowNumber | Gets the number of rows in which the error occurred is provided. |
![]() | SourceObject | Gets the object that has the error. |
![]() | StartColumn | Gets the column number that indicates the starting point of the message. |
![]() | StartLine | Gets the line number that indicates the starting point of the message. |
![]() | TextLength | Gets the number of characters in the message location, between Start and End. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (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.

