XmlaMessageLocation.EndLine Property

 

Applies To: SQL Server (starting with 2016)

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

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

Syntax

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

Property Value

Type: System.Int32

The line number that indicates the ending point of the message.

See Also

XmlaMessageLocation Class
Microsoft.AnalysisServices Namespace

Return to top