Partager via


Propriété XmlaMessageLocation.RowNumber

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property RowNumber As Long 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

XmlaMessageLocation Classe

Espace de noms Microsoft.AnalysisServices