Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.