Share via


AdomdErrorLocation.LineOffset Property

The number of characters leading up to the line on which the error was generated.

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

Syntax

'Declaration
Public ReadOnly Property LineOffset As Integer
    Get
'Usage
Dim instance As AdomdErrorLocation
Dim value As Integer

value = instance.LineOffset
public int LineOffset { get; }
public:
property int LineOffset {
    int get ();
}
member LineOffset : int
function get LineOffset () : int

Property Value

Type: System.Int32
An Integer representing the number of characters leading up to the line on which the error was generated.

Remarks

Adding LineOffset and StartColumn together will provide the starting location of the error, in characters.