Метод SqlGeography.ReorientObject ()

 

Возвращает экземпляр geography со взаимозаменяемыми внутренними и внешними областями.

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

Синтаксис

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeography ReorientObject()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlGeography^ ReorientObject()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member ReorientObject : unit -> SqlGeography
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function ReorientObject As SqlGeography

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

Type: Microsoft.SqlServer.Types.SqlGeography

Возвращает SqlGeography.

См. также

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

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