TSqlFragment.LastTokenIndex 屬性
Gets or sets the last token index.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property LastTokenIndex As Integer
Get
Set
'用途
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)
屬性值
型別:System.Int32
The last token index.