ParseError.Column Property
Gets the starting column of the AST that caused the error.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Column As Integer
Get
'Usage
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
Property Value
Type: System.Int32
The starting column of the AST that caused the error.