XmlaMessageLocation.StartLine Property
Applies To: SQL Server (starting with 2016)
Gets the line number that indicates the starting point of the message.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public int StartLine { get; }
public:
property int StartLine {
int get();
}
member StartLine : int with get
Public ReadOnly Property StartLine As Integer
Property Value
Type: System.Int32
The line number that indicates the starting point of the message.
See Also
XmlaMessageLocation Class
Microsoft.AnalysisServices Namespace
Return to top