Propriedade do RDL ParseError.Offset
Gets the starting offset of the AST that caused the error.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public ReadOnly Property Offset As Integer
Get
'Uso
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
Valor da propriedade
Tipo: System.Int32
The starting offset of the AST that caused the error.