Condividi tramite


Proprietà TSqlFragment.LastTokenIndex

Gets or sets the last token index.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Property LastTokenIndex As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Int32
The last token index.

Vedere anche

Riferimento

TSqlFragment Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom