Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.