AdomdErrorLocation.LineOffset Property
The number of characters leading up to the line on which the error was generated.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Синтаксис
'Декларация
Public ReadOnly Property LineOffset As Integer
public int LineOffset { get; }
public:
property int LineOffset {
int get ();
}
/** @property */
public int get_LineOffset ()
public function get LineOffset () : int
Значение свойства
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.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
AdomdErrorLocation Class
AdomdErrorLocation Members
Microsoft.AnalysisServices.AdomdClient Namespace