Partager via


Méthode SpatialTessellationFunction.GetCoverage

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the grid coverage for the given object.

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
Public Shared Function GetCoverage ( _
    obj As Object _
) As SqlGeometry
'Utilisation
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

Paramètres

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

Valeur de retour

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

Voir aussi

Référence

SpatialTessellationFunction Classe

Espace de noms Microsoft.SqlServer.Types