Metoda SqlGeography.STLength
Zwraca całkowitą długość elementy w SqlGeography wystąpienie lub SqlGeography instancji w GeometryCollection.
Przestrzeń nazw: Microsoft.SqlServer.Types
Zestaw: Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)
Składnia
'Deklaracja
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STLength As SqlDouble
'Użycie
Dim instance As SqlGeography
Dim returnValue As SqlDouble
returnValue = instance.STLength()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlDouble STLength()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlDouble STLength()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STLength : unit -> SqlDouble
public function STLength() : SqlDouble
Wartość zwracana
Typ: System.Data.SqlTypes.SqlDouble
Wartość SqlDouble, zawierającą całkowitą długość.
Uwagi
Jeśli SqlGeography wystąpienie jest zamknięty, jego długość jest obliczana jako całkowita długość wokół instancji; długość wielokąt dowolnego swoim obwodzie, i długość punktu 0.Znaleziono długość GeometryCollection przez obliczenie suma długości wszystkich SqlGeography wystąpienia zawarte kolekcja.