ParseError.Offset 属性

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

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

语法

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

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

属性值

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

请参阅

参考

ParseError 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间