Compartir a través de


Clase AdomdErrorLocation

Represents the location in the CommandText or CommandStream at which the error occurred.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.AdomdClient.AdomdErrorLocation

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

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class AdomdErrorLocation
'Uso
Dim instance As AdomdErrorLocation
[SerializableAttribute]
public class AdomdErrorLocation
[SerializableAttribute]
public ref class AdomdErrorLocation
[<SerializableAttribute>]
type AdomdErrorLocation =  class end
public class AdomdErrorLocation

El tipo AdomdErrorLocation expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública EndColumn The last column on which the error was generated.
Propiedad pública EndLine The last line on which the error was generated.
Propiedad pública LineOffset The number of characters leading up to the line on which the error was generated.
Propiedad pública StartColumn The first column on which the error was generated.
Propiedad pública StartLine The first line on which the error was generated.
Propiedad pública TextLength The length of text which generated the error.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (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.AdomdClient