Свойство LineOffset
The number of characters leading up to the line on which the error was generated.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public ReadOnly Property LineOffset As Integer
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Int32
An Integer representing the number of characters leading up to the line on which the error was generated.
Замечания
Adding LineOffset and StartColumn together will provide the starting location of the error, in characters.
См. также