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.