Metoda SqlGeometry.STArea
Zwraca wartość całkowita obszar obszar powierzchni SqlGeometry wystąpienie.
Przestrzeń nazw: Microsoft.SqlServer.Types
Zestaw: Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)
Składnia
'Deklaracja
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STArea As SqlDouble
'Użycie
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
Wartość zwracana
Typ: System.Data.SqlTypes.SqlDouble
A SqlDouble wartość odpowiadającą całkowitej obszar powierzchni SqlGeometry.
Uwagi
Zwraca wartość 0, jeśli wystąpienie zawiera tylko cyfry 0 - i 1-wymiarowe lub jest pusty.