Condividi tramite


Proprietà TSqlFragment.LastTokenIndex

Ottiene o imposta l'ultimo indice di token.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TSqlFragment Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql