Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
删除空间测量单位。
DROP SPATIAL UNIT OF MEASURE [ IF EXISTS ] identifier
如果您不希望在 DROP SPATIAL UNIT OF MEASURE 语句试图删除不存在的空间测量单位时返回错误,请使用 IF EXISTS 子句。
您必须是空间测量单位的所有者,或者具有 MANAGE ANY SPATIAL OBJECT 或 DROP ANY OBJECT 系统特权。
无
SQL/2008 服务商扩充。
以下示例删除名为 Test 的虚拟空间测量单位。
DROP SPATIAL UNIT OF MEASURE Test;