Freigeben über


LineOffset-Eigenschaft

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

Eigenschaftenwert

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

Hinweise

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