XmlaMessageLocation Properties

 

Applies To: SQL Server (starting with 2016)

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

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.

See Also

XmlaMessageLocation Class
Microsoft.AnalysisServices Namespace

Return to top