Partager via


LineOffset propriété

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

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

Syntaxe

'Déclaration
Public ReadOnly Property LineOffset As Integer
    Get
'Utilisation
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

Valeur de la propriété

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

Notes

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