SqlServer帮助中对扩展属性的描述是:
The Extended Properties property sets or retrieves provider-specific connection information that cannot be explicitly described through the property mechanism.
对于扩展属性有如下操作:
N'table', N'表名', N'column', N'字段名'
GO
删除:
N'column', 字段名
dbo,N'table',N'表名', 'column', 字段
default)--其他变数,按照你的要求你照写即可,只要表名换成你的
where objname = '字段名'
新闻热点
疑难解答