SqlGeography.ReorientObject Method ()

 

Applies To: SQL Server 2016 Preview

Returns a geography instance with interchanged interior regions and exterior regions.

Namespace:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

[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

Return Value

Type: Microsoft.SqlServer.Types.SqlGeography

Returns SqlGeography.

See Also

SqlGeography Class
Microsoft.SqlServer.Types Namespace
ReorientObject (geography Data Type)

Return to top