Compartir a través de


AdomdErrorLocation.EndLine Propiedad

The last line on which the error was generated.

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

Sintaxis

'Declaración
Public ReadOnly Property EndLine As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

AdomdErrorLocation Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient