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 = '字段名'
新聞熱點
疑難解答