SqlGeography.ReorientObject-Methode
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
'Declaration
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function ReorientObject As SqlGeography
'Usage
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
Rückgabewert
Typ: Microsoft.SqlServer.Types.SqlGeography
Returns SqlGeography.
Siehe auch
Verweis
Microsoft.SqlServer.Types-Namespace