Compartir a través de


AdomdErrorLocation.LineOffset Propiedad

The number of characters leading up to the 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 LineOffset As Integer 
    Get
'Uso
Dim instance As AdomdErrorLocation 
Dim value As Integer 

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

Valor de la propiedad

Tipo: System.Int32
An Integer representing the number of characters leading up to the line on which the error was generated.

Comentarios

Adding LineOffset and StartColumn together will provide the starting location of the error, in characters.

Vea también

Referencia

AdomdErrorLocation Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient