Partilhar via


Método SqlGeometry.STArea

Returns the total surface area of a SqlGeometry instance.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)

Sintaxe

'Declaração
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STArea As SqlDouble
'Uso
Dim instance As SqlGeometry 
Dim returnValue As SqlDouble 

returnValue = instance.STArea()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlDouble STArea()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlDouble STArea()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STArea : unit -> SqlDouble
public function STArea() : SqlDouble

Valor de retorno

Tipo: System.Data.SqlTypes.SqlDouble
A SqlDouble value that represents the total surface area of the SqlGeometry.

Comentários

Returns 0 if the instance contains only 0- and 1-dimensional figures, or if it is empty.

Consulte também

Referência

SqlGeometry Classe

Namespace Microsoft.SqlServer.Types