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 | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.