SqlServer 扩展属性的介绍

SqlServer帮助中对扩展属性的描述是:
The Extended Properties property sets or retrieves provider-specific connection information that cannot be explicitly described through the property mechanism.
对于扩展属性有如下操作:

复制代码 代码如下:

exec sp_addextendedproperty N’MS_Description’, N’字段描述’, N’user’, N’dbo’,


N’table’, N’表名’, N’column’, N’字段名’
GO

原创文章,作者:254126420,如若转载,请注明出处:https://blog.ytso.com/234412.html

(0)
上一篇 2022年1月23日
下一篇 2022年1月23日

相关推荐

发表回复

登录后才能评论