SqlGeography.STArea Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna a área total da superfície de uma SqlGeography instância.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlDouble STArea();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STArea : unit -> System.Data.SqlTypes.SqlDouble
Public Function STArea () As SqlDouble
Retornos
Um valor SqlDouble que especifica a área total da superfície. STArea retornará 0 se uma SqlGeography instância contiver apenas 0 e 1 figuras dimensionais ou se estiver vazia.
- Atributos