内部領域と外部領域が入れ替えられた geography インスタンスを返します。
名前空間: 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
SqlGeography を返します。
関連項目
参照
Microsoft.SqlServer.Types 名前空間