IDatabaseTypeSpecifier.Type Property

Gets the underlying base type.

Namespace:  Microsoft.Data.Schema.SchemaModel.Abstract
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Property Type As IDatabaseType
IDatabaseType Type { get; set; }
property IDatabaseType^ Type {
    IDatabaseType^ get ();
    void set (IDatabaseType^ value);
}
abstract Type : IDatabaseType with get, set
function get Type () : IDatabaseType
function set Type (value : IDatabaseType)

Property Value

Type: Microsoft.Data.Schema.SchemaModel.Abstract.IDatabaseType

.NET Framework Security

See Also

Reference

IDatabaseTypeSpecifier Interface

Microsoft.Data.Schema.SchemaModel.Abstract Namespace