SqlGeometry.STNumCurves - метод ()
Возвращает количество кривых в одномерном экземпляре SqlGeometry.
Пространство имен: 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
Число кривых.
См. также
SqlGeometry - класс
Microsoft.SqlServer.Types - пространство имен
Вернуться в начало