XmlaMessageLocation.LineOffset Property

 

Applies To: SQL Server (starting with 2016)

Gets the number of characters from the beginning of the stream to the beginning of the Start line.

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

Syntax

public int LineOffset { get; }
public:
property int LineOffset {
    int get();
}
member LineOffset : int with get
Public ReadOnly Property LineOffset As Integer

Property Value

Type: System.Int32

The number of characters from the beginning of the stream to the beginning of the Start line.

See Also

XmlaMessageLocation Class
Microsoft.AnalysisServices Namespace

Return to top