Freigeben über


SpatialTessellationFunction.GetCoverage-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the grid coverage for the given object.

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

Syntax

'Declaration
Public Shared Function GetCoverage ( _
    obj As Object _
) As SqlGeometry
'Usage
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

Parameter

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

Rückgabewert

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

Siehe auch

Verweis

SpatialTessellationFunction Klasse

Microsoft.SqlServer.Types-Namespace