Метод SqlGeography.STNumCurves ()

 

Возвращает количество кривых в одномерном экземпляре SqlGeography.

Пространство имен:   Microsoft.SqlServer.Types
Сборка:  Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)

Синтаксис

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlInt32 STNumCurves()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
SqlInt32 STNumCurves()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STNumCurves : unit -> SqlInt32
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)>
Public Function STNumCurves As SqlInt32

Возвращаемое значение

Type: System.Data.SqlTypes.SqlInt32

Число кривых.

См. также

Класс SqlGeography
Пространство имен Microsoft.SqlServer.Types
STNumCurves (тип данных geography)

Вернуться в начало