共用方式為


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