XmlSerializationException.LinePosition Property
Gets or sets the line position where the exception occurred.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
Public Property LinePosition As Integer
public int LinePosition { get; set; }
public:
property int LinePosition {
int get ();
void set (int value);
}
/** @property */
public int get_LinePosition ()
/** @property */
public void set_LinePosition (int value)
public function get LinePosition () : int
public function set LinePosition (value : int)
Значение свойства
An Integer value with the line position where the exception occurred.
Синхронизация потоков
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.
См. также
Справочник
XmlSerializationException Class
XmlSerializationException Members
Microsoft.AnalysisServices Namespace