Свойство ParseError.Column

Gets the starting column of the AST that caused the error.

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

Синтаксис

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

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

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

Тип: System.Int32
The starting column of the AST that caused the error.

См. также

Справочник

ParseError Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom