Partager via


Propriété AdomdErrorLocation.EndLine

The last line on which the error was generated.

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

Syntaxe

'Déclaration
Public ReadOnly Property EndLine As Integer 
    Get
'Utilisation
Dim instance As AdomdErrorLocation 
Dim value As Integer 

value = instance.EndLine
public int EndLine { get; }
public:
property int EndLine {
    int get ();
}
member EndLine : int
function get EndLine () : int

Valeur de propriété

Type : System.Int32
An Integer representing the last line on which the error was generated.

Voir aussi

Référence

AdomdErrorLocation Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient