Compartir a través de


SpatialTessellationFunction.GetCoverage Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the grid coverage for the given object.

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

'Declaración
Public Shared Function GetCoverage ( _
    obj As Object _
) As SqlGeometry
'Uso
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

Parámetros

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

Valor devuelto

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

Vea también

Referencia

SpatialTessellationFunction Clase

Espacio de nombres Microsoft.SqlServer.Types