Свойство EndColumn
The last column on which the error was generated.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public ReadOnly Property EndColumn As Integer
Get
'Применение
Dim instance As AdomdErrorLocation
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
An Integer representing the last column on which the error was generated.
См. также