円弧を含む SqlGeography インスタンスの多角形近似を返します。
名前空間: Microsoft.SqlServer.Types
アセンブリ: Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)
構文
'宣言
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STCurveToLine As SqlGeography
'使用
Dim instance As SqlGeography
Dim returnValue As SqlGeography
returnValue = instance.STCurveToLine()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeography STCurveToLine()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlGeography^ STCurveToLine()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STCurveToLine : unit -> SqlGeography
public function STCurveToLine() : SqlGeography
戻り値
型: Microsoft.SqlServer.Types.SqlGeography
円弧を含む SqlGeography インスタンスの多角形近似です。
関連項目
参照
Microsoft.SqlServer.Types 名前空間