次の方法で共有


TSqlFragment.LastTokenIndex プロパティ

最後のトークン インデックスを取得または設定します。

名前空間:  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
最後のトークン インデックス。

関連項目

参照

TSqlFragment クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間