Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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.