Classe XmlaMessageLocation

Represents the location of the XMLA message.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.XmlaMessageLocation

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

Sintaxe

'Declaração
<SerializableAttribute> _
Public NotInheritable Class XmlaMessageLocation
'Uso
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

O tipo XmlaMessageLocation expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DependsOnObject Gets the object on which the SourceObject depends in the case of a dependency error.
Propriedade pública EndColumn Gets the column number that indicates the ending point of the message.
Propriedade pública EndLine Gets the line number that indicates the ending point of the message.
Propriedade pública LineOffset Gets the number of characters from the beginning of the stream to the beginning of the Start line.
Propriedade pública RowNumber Gets the number of rows in which the error occurred is provided.
Propriedade pública SourceObject Gets the object that has the error.
Propriedade pública StartColumn Gets the column number that indicates the starting point of the message.
Propriedade pública StartLine Gets the line number that indicates the starting point of the message.
Propriedade pública TextLength Gets the number of characters in the message location, between Start and End.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices