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.