XmlaMessageLocation.LineOffset Property

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

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

Syntax

'Declaration
Public ReadOnly Property LineOffset As Integer 
    Get
'Usage
Dim instance As XmlaMessageLocation 
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
The number of characters from the beginning of the stream to the beginning of the Start line.

See Also

Reference

XmlaMessageLocation Class

Microsoft.AnalysisServices Namespace