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 | |
---|---|---|
EndColumn | The last column on which the error was generated. | |
EndLine | The last line on which the error was generated. | |
LineOffset | The number of characters leading up to the line on which the error was generated. | |
StartColumn | The first column on which the error was generated. | |
StartLine | The first line on which the error was generated. | |
TextLength | The length of text which generated the error. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
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.