Свойство XmlaMessageLocation.StartColumn
Gets the column number that indicates the starting point of the message.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public ReadOnly Property StartColumn As Integer
Get
'Применение
Dim instance As XmlaMessageLocation
Dim value As Integer
value = instance.StartColumn
public int StartColumn { get; }
public:
property int StartColumn {
int get ();
}
member StartColumn : int
function get StartColumn () : int
Значение свойства
Тип: System.Int32
The column number that indicates the starting point of the message.