Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
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.