Share via


AdomdErrorLocation Class

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

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdClient.AdomdErrorLocation

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class AdomdErrorLocation
'Usage
Dim instance As AdomdErrorLocation
[SerializableAttribute]
public class AdomdErrorLocation
[SerializableAttribute]
public ref class AdomdErrorLocation
[<SerializableAttribute>]
type AdomdErrorLocation =  class end
public class AdomdErrorLocation

The AdomdErrorLocation type exposes the following members.

Properties

  Name Description
Public property EndColumn The last column on which the error was generated.
Public property EndLine The last line on which the error was generated.
Public property LineOffset The number of characters leading up to the line on which the error was generated.
Public property StartColumn The first column on which the error was generated.
Public property StartLine The first line on which the error was generated.
Public property TextLength The length of text which generated the error.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.