Поделиться через


Свойство EndLine

The last line on which the error was generated.

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public ReadOnly Property EndLine As Integer
    Get
'Применение
Dim instance As AdomdErrorLocation
Dim value As Integer

value = instance.EndLine
public int EndLine { get; }
public:
property int EndLine {
    int get ();
}
member EndLine : int
function get EndLine () : int

Значение свойства

Тип: System. . :: . .Int32
An Integer representing the last line on which the error was generated.