Aracılığıyla paylaş


TSqlFragment.LastTokenIndex Özellik

Alır veya ayarlar son simge dizini.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: System.Int32

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

TSqlFragment Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı