Compartilhar via


Propriedade do RDL LineOffset

The number of characters leading up to the line on which the error was generated.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

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