TSqlParserToken.Column Property
Gets or sets the column of the token.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Column As Integer
Get
Set
'Usage
Dim instance As TSqlParserToken
Dim value As Integer
value = instance.Column
instance.Column = value
public int Column { get; set; }
public:
property int Column {
int get ();
void set (int value);
}
member Column : int with get, set
function get Column () : int
function set Column (value : int)
Property Value
Type: System.Int32
The column of the token.