Proprietà AdomdErrorLocation.EndLine

The last line on which the error was generated.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property EndLine As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

AdomdErrorLocation Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient