Свойство AdomdErrorLocation.StartLine

The first line on which the error was generated.

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

Синтаксис

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

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

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

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

См. также

Справочник

AdomdErrorLocation Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient