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