Partager via


Propriété TSqlFragment.LastTokenIndex

Gets or sets the last token index.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property LastTokenIndex As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Int32
The last token index.

Voir aussi

Référence

TSqlFragment Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom