Partager via


TSqlFragment.LastTokenIndex, propriété

Obtient ou définit le dernier index de jeton.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Int32

Sécurité .NET Framework

Voir aussi

Référence

TSqlFragment Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms