Partilhar via


Método SqlGeography.ReorientObject

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

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

Sintaxe

'Declaração
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function ReorientObject As SqlGeography
'Uso
Dim instance As SqlGeography 
Dim returnValue As SqlGeography 

returnValue = instance.ReorientObject()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeography ReorientObject()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlGeography^ ReorientObject()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member ReorientObject : unit -> SqlGeography
public function ReorientObject() : SqlGeography

Valor de retorno

Tipo: Microsoft.SqlServer.Types.SqlGeography
Returns SqlGeography.

Consulte também

Referência

SqlGeography Classe

Namespace Microsoft.SqlServer.Types

Outros recursos

ReorientObject (tipo de dados geography)