XmlaMessageLocation Class

 

Applies To: SQL Server (starting with 2016)

Represents the location of the XMLA message.

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

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.XmlaMessageLocation

Syntax

[SerializableAttribute]
public sealed class XmlaMessageLocation
[SerializableAttribute]
public ref class XmlaMessageLocation sealed 
[<Sealed>]
[<SerializableAttribute>]
type XmlaMessageLocation = class end
<SerializableAttribute>
Public NotInheritable Class XmlaMessageLocation

Properties

Name Description
System_CAPS_pubproperty DependsOnObject

Gets the object on which the SourceObject depends in the case of a dependency error.

System_CAPS_pubproperty EndColumn

Gets the column number that indicates the ending point of the message.

System_CAPS_pubproperty EndLine

Gets the line number that indicates the ending point of the message.

System_CAPS_pubproperty LineOffset

Gets the number of characters from the beginning of the stream to the beginning of the Start line.

System_CAPS_pubproperty RowNumber

Gets the number of rows in which the error occurred is provided.

System_CAPS_pubproperty SourceObject

Gets the object that has the error.

System_CAPS_pubproperty StartColumn

Gets the column number that indicates the starting point of the message.

System_CAPS_pubproperty StartLine

Gets the line number that indicates the starting point of the message.

System_CAPS_pubproperty TextLength

Gets the number of characters in the message location, between Start and End.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.AnalysisServices Namespace

Return to top