Compartir a través de


Clase XmlaMessageLocation

Represents the location of the XMLA message.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.XmlaMessageLocation

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<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

El tipo XmlaMessageLocation expone los siguientes miembros.

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices