Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets the line number where the exception occurred.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
Public Property LineNumber As Integer
public int LineNumber { get; set; }
public:
property int LineNumber {
int get ();
void set (int value);
}
/** @property */
public int get_LineNumber ()
/** @property */
public void set_LineNumber (int value)
public function get LineNumber () : int
public function set LineNumber (value : int)
Значение свойства
An Integer value with the line number 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