Partager via


SqlGeography.ReorientObject méthode ()

 

Retourne une instance geography avec des régions intérieures et des régions extérieures interchangées.

Espace de noms:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (dans Microsoft.SqlServer.Types.dll)

Syntaxe

[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

Valeur de retour

Type: Microsoft.SqlServer.Types.SqlGeography

Retourne SqlGeography.

Voir aussi

SqlGeography classe
Microsoft.SqlServer.Types espace de noms
ReorientObject (type de données geography)

Retour au début