XmlaMessageLocation.RowNumber Property

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

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

Syntax

'Declaration
Public ReadOnly Property RowNumber As Long 
    Get
'Usage
Dim instance As XmlaMessageLocation 
Dim value As Long 

value = instance.RowNumber
public long RowNumber { get; }
public:
property long long RowNumber {
    long long get ();
}
member RowNumber : int64
function get RowNumber () : long

Property Value

Type: System.Int64
The number of rows in which the error occurred is provided.

See Also

Reference

XmlaMessageLocation Class

Microsoft.AnalysisServices Namespace