共用方式為


SqlGeometry.BufferWithCurves 方法

Buffers the geometry objects with curves.

命名空間:  Microsoft.SqlServer.Types
組件:  Microsoft.SqlServer.Types (在 Microsoft.SqlServer.Types.dll 中)

語法

'宣告
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function BufferWithCurves ( _
    distance As Double _
) As SqlGeometry
'用途
Dim instance As SqlGeometry 
Dim distance As Double 
Dim returnValue As SqlGeometry 

returnValue = instance.BufferWithCurves(distance)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeometry BufferWithCurves(
    double distance
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlGeometry^ BufferWithCurves(
    double distance
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member BufferWithCurves : 
        distance:float -> SqlGeometry
public function BufferWithCurves(
    distance : double
) : SqlGeometry

參數

  • distance
    型別:System.Double
    A double that specifies the distance from the SqlGeometry instance around which to calculate the buffer.

傳回值

型別:Microsoft.SqlServer.Types.SqlGeometry
The buffered objects.

請參閱

參考

SqlGeometry 類別

Microsoft.SqlServer.Types 命名空間