SqlGeography.ReorientObject 方法 ()

 

返回 geography 实例以及互换的内部区域和外部区域。

命名空间:   Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)

语法

[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

返回值

Type: Microsoft.SqlServer.Types.SqlGeography

返回 SqlGeography

另请参阅

SqlGeography 类
Microsoft.SqlServer.Types 命名空间
ReorientObject(geography 数据类型)

返回页首