共用方式為


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