XmlaMessageLocation.StartLine Property

 

Applies To: SQL Server 2016 Preview

Gets the line number that indicates the starting point of the message.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.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