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.