TSqlFragment.LastTokenIndex Property
Gets or sets the last token index.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property LastTokenIndex As Integer
Get
Set
'Usage
Dim instance As TSqlFragment
Dim value As Integer
value = instance.LastTokenIndex
instance.LastTokenIndex = value
public int LastTokenIndex { get; set; }
public:
property int LastTokenIndex {
int get ();
void set (int value);
}
member LastTokenIndex : int with get, set
function get LastTokenIndex () : int
function set LastTokenIndex (value : int)
Property Value
Type: System.Int32
The last token index.