Compartir a través de


XmlaMessageLocation.RowNumber Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

XmlaMessageLocation Clase

Espacio de nombres Microsoft.AnalysisServices