SqlGeography.ReorientObject 方法

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

命名空间:  Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)

语法

声明
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function ReorientObject As SqlGeography
用法
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

返回值

类型:Microsoft.SqlServer.Types.SqlGeography
Returns SqlGeography.

请参阅

参考

SqlGeography 类

Microsoft.SqlServer.Types 命名空间

其他资源

ReorientObject(geography 数据类型)