Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the offset of the token.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Offset As Integer
Get
Set
'Usage
Dim instance As TSqlParserToken
Dim value As Integer
value = instance.Offset
instance.Offset = value
public int Offset { get; set; }
public:
property int Offset {
int get ();
void set (int value);
}
member Offset : int with get, set
function get Offset () : int
function set Offset (value : int)
Property Value
Type: System.Int32
The offset of the token.