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 命名空间