XmlaMessageLocation Class

Represents the location of the XMLA message.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.XmlaMessageLocation

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class XmlaMessageLocation
'Usage
Dim instance As XmlaMessageLocation
[SerializableAttribute]
public sealed class XmlaMessageLocation
[SerializableAttribute]
public ref class XmlaMessageLocation sealed
[<SealedAttribute>]
[<SerializableAttribute>]
type XmlaMessageLocation =  class end
public final class XmlaMessageLocation

The XmlaMessageLocation type exposes the following members.

Properties

  Name Description
Public property DependsOnObject Gets the object on which the SourceObject depends in the case of a dependency error.
Public property EndColumn Gets the column number that indicates the ending point of the message.
Public property EndLine Gets the line number that indicates the ending point of the message.
Public property LineOffset Gets the number of characters from the beginning of the stream to the beginning of the Start line.
Public property RowNumber Gets the number of rows in which the error occurred is provided.
Public property SourceObject Gets the object that has the error.
Public property StartColumn Gets the column number that indicates the starting point of the message.
Public property StartLine Gets the line number that indicates the starting point of the message.
Public property TextLength Gets the number of characters in the message location, between Start and End.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AnalysisServices Namespace