XmlaMessageLocation.RowNumber Property

 

Applies To: SQL Server (starting with 2016)

Gets the number of rows in which the error occurred is provided.

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

Syntax

public long RowNumber { get; }
public:
property long long RowNumber {
    long long get();
}
member RowNumber : int64 with get
Public ReadOnly Property RowNumber As Long

Property Value

Type: System.Int64

The number of rows in which the error occurred is provided.

See Also

XmlaMessageLocation Class
Microsoft.AnalysisServices Namespace

Return to top