SpatialTessellationFunction.GetCoverage 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets the grid coverage for the given object.

命名空间:  Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)

语法

声明
Public Shared Function GetCoverage ( _
    obj As Object _
) As SqlGeometry
用法
Dim obj As Object 
Dim returnValue As SqlGeometry 

returnValue = SpatialTessellationFunction.GetCoverage(obj)
public static SqlGeometry GetCoverage(
    Object obj
)
public:
static SqlGeometry^ GetCoverage(
    Object^ obj
)
static member GetCoverage : 
        obj:Object -> SqlGeometry
public static function GetCoverage(
    obj : Object
) : SqlGeometry

参数

  • obj
    类型:System.Object
    The object to get the grid coverage from.

返回值

类型:Microsoft.SqlServer.Types.SqlGeometry
The SqlGeometry object that represents the grid coverage for the given object.

请参阅

参考

SpatialTessellationFunction 类

Microsoft.SqlServer.Types 命名空间