Condividi tramite


Metodo SqlGeography.ReorientObject

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

Spazio dei nomi  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Sintassi

'Dichiarazione
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function ReorientObject As SqlGeography
'Utilizzo
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

Valore restituito

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

Vedere anche

Riferimento

SqlGeography Classe

Spazio dei nomi Microsoft.SqlServer.Types

Altre risorse

ReorientObject (tipo di dati geography)