Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of the column.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ColumnType As ColumnType
Get
Set
'Usage
Dim instance As ColumnReferenceExpression
Dim value As ColumnType
value = instance.ColumnType
instance.ColumnType = value
public ColumnType ColumnType { get; set; }
public:
property ColumnType ColumnType {
ColumnType get ();
void set (ColumnType value);
}
member ColumnType : ColumnType with get, set
function get ColumnType () : ColumnType
function set ColumnType (value : ColumnType)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ColumnType
The type of the column.