TSqlParserToken.Line 屬性
Gets or sets the line of the token.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property Line As Integer
Get
Set
'用途
Dim instance As TSqlParserToken
Dim value As Integer
value = instance.Line
instance.Line = value
public int Line { get; set; }
public:
property int Line {
int get ();
void set (int value);
}
member Line : int with get, set
function get Line () : int
function set Line (value : int)
屬性值
型別:System.Int32
The line of the token.