Propriedade do RDL XmlaMessageLocation.RowNumber

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

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

Sintaxe

'Declaração
Public ReadOnly Property RowNumber As Long 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

XmlaMessageLocation Classe

Namespace Microsoft.AnalysisServices