Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.