SqlGeometry.STArea Método

Definición

Devuelve el área expuesta total de una SqlGeometry instancia.

[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

Devoluciones

Valor sqlDouble que representa el área expuesta total de .SqlGeometry

Atributos

Se aplica a