Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Microsoft.SqlServer.Dac.Compare 比较两个数据库并创建自定义脚本。
我的问题是从对象 TsqlObject 中获取列的 sql 数据类型。
除了 sql 数据类型,我可以从列中访问很多属性。
您可以从 datadeader 访问该属性
sqlReader.GetFieldType(intPositionalFieldIndex)