呼び出し元の SqlGeography インスタンスからの距離が distance パラメーターの値以下となる、すべての地点のセットを表す SqlGeography インスタンスを返します。
名前空間: Microsoft.SqlServer.Types
アセンブリ: Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)
構文
'宣言
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function BufferWithCurves ( _
distance As Double _
) As SqlGeography
'使用
Dim instance As SqlGeography
Dim distance As Double
Dim returnValue As SqlGeography
returnValue = instance.BufferWithCurves(distance)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeography BufferWithCurves(
double distance
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlGeography^ BufferWithCurves(
double distance
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member BufferWithCurves :
distance:float -> SqlGeography
public function BufferWithCurves(
distance : double
) : SqlGeography
パラメーター
- distance
型: System.Double
バッファーを形成する地点の geography インスタンスからの最大距離です。
戻り値
型: Microsoft.SqlServer.Types.SqlGeography
呼び出し元の SqlGeography インスタンスからの距離が distance 以下となるすべての地点のセットです。
関連項目
参照
Microsoft.SqlServer.Types 名前空間