XmlaMessageLocation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the location associated with an XMLA message.
[System.Serializable]
public sealed class XmlaMessageLocation
[<System.Serializable>]
type XmlaMessageLocation = class
Public NotInheritable Class XmlaMessageLocation
- Inheritance
-
XmlaMessageLocation
- Attributes
Properties
DependsOnObject |
Gets the object on which the SourceObject depends in the case of a dependency error. |
EndColumn |
Gets the column number for the ending point in the XMLA command that the message refers to. |
EndLine |
Gets the line number for the ending point in the XMLA command that the message refers to. |
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 for the starting point in the XMLA command that the message refers to. |
StartLine |
Gets the line number for the starting point in the XMLA command that the message refers to. |
TextLength |
Gets the number of characters in the message location, between Start and End. |