columnschema的一些常用属性,如下表:
属性property | 描述description |
allowdbnull | 是否允许空值null |
database | 通过databaseschema对象得到当前列所属的数据库 |
datatype | 此数据对象的数据类型 |
description | 当前对象的描述 |
extendedproperties | 用来存储schemaobject的其他附加信息 |
isforeignkeymember | 当前列是否为外键 |
isprimarykeymember | 当前列是否为主键 |
isunique | 当前列是否唯一 |
name | 列的名称 |
nativetype | 列定义的数据类型 |
precision | 数据对象的精度 |
scale | 数据对象的范围(个人理解为需要保留小数的范围) |
size | 数据对象的大小(例如:字符串长度为10) |
systemtype | 数据对象的系统类型 |
table | 当前列所属的数据表 |
posted on 2012-09-21 16:11
sanmao 阅读(1507)
评论(0) 编辑 收藏