Свойство XmlaMessageLocation.StartLine
Gets the line number that indicates the starting point of the message.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public ReadOnly Property StartLine As Integer
Get
'Применение
Dim instance As XmlaMessageLocation
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
The line number that indicates the starting point of the message.