Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.