sp_helpcomputedcolumn {<tabname>}
<tabname>
指定包含计算列的表的名称。
此示例报告 mytitles 表中的计算列:
sp_helpcomputedcolumn mytitles
Column_Name Property
----------- ------------
sum_sales materialized
<h2>Text</h2>
AS price * total_sales materialized
(return status = 0)