Udostępnij za pośrednictwem


Metoda SqlGeography.STNumPoints

Zwraca całkowitą liczbę punktów w każdej wartości wSqlGeography wystąpienie

Przestrzeń nazw:  Microsoft.SqlServer.Types
Zestaw:  Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)

Składnia

'Deklaracja
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STNumPoints As SqlInt32
'Użycie
Dim instance As SqlGeography
Dim returnValue As SqlInt32

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

Wartość zwracana

Typ: System.Data.SqlTypes.SqlInt32
A SqlInt32 wartości, określający całkowitą liczbę punktów na każdego rysunku w SqlGeography wystąpienie.

Uwagi

Ta metoda zlicza punkty w opisie SqlGeography wystąpienie.Zduplikowane punkty są liczone.Jeśli jest to wystąpienie GeometryCollection, Metoda ta zwraca całkowitej liczby punktów każdego z elementów kolekcja.