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
- 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.