if columnproperty(object_id('table'),'col','IsIdentity')=1
     print '自增列'
else
    print '不是自增列'

相关文章: