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 column type.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property ColumnType As ColumnType
'Usage
Dim instance As Column
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);
}
public function get ColumnType () : ColumnType
public function set ColumnType (value : ColumnType)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.ColumnType
Returns a ColumnType enumeration value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.