Compartir a través de


Método SqlGeography.ReorientObject ()

 

Devuelve una instancia de geography con las regiones interiores y exteriores intercambiadas.

Espacio de nombres:   Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

[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

Valor devuelto

Type: Microsoft.SqlServer.Types.SqlGeography

Devuelve SqlGeography.

Ver también

Clase SqlGeography
Espacio de nombres Microsoft.SqlServer.Types
ReorientObject (tipo de datos geography)

Volver al principio