Поделиться через


Класс XmlaMessageLocation

Represents the location of the XMLA message.

Иерархия наследования

System.Object
  Microsoft.AnalysisServices.XmlaMessageLocation

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public NotInheritable Class XmlaMessageLocation
'Применение
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

Тип XmlaMessageLocation обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.AnalysisServices