ParseError.Line 属性

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

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public ReadOnly Property Line As Integer 
    Get
用法
Dim instance As ParseError 
Dim value As Integer 

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

属性值

类型:System.Int32
The starting line of the AST that caused the error.

请参阅

参考

ParseError 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间