Column.DataType Property

Gets or sets the type of the column.

Namespace:  Microsoft.SqlServerCe.Management.Scripting.Schema
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Property DataType As DataType
    Get
    Friend Set
'Usage
Dim instance As Column
Dim value As DataType

value = instance.DataType
public DataType DataType { get; internal set; }
public:
property DataType DataType {
    DataType get ();
    internal: void set (DataType value);
}
member DataType : DataType with get, internal set
function get DataType () : DataType
internal function set DataType (value : DataType)

Property Value

Type: Microsoft.SqlServerCe.Management.Scripting.Common.DataType
The type of the column.

See Also

Reference

Column Class

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace