Partilhar via


Método SpatialTessellationFunction.GetCoverage

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the grid coverage for the given object.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

SpatialTessellationFunction Classe

Namespace Microsoft.SqlServer.Types