SqlGeometry.BufferWithCurves 方法 (Double)

 

使用曲线缓冲几何图形对象。

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

语法

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeometry BufferWithCurves(
    double distance
)
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlGeometry^ BufferWithCurves(
    double distance
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member BufferWithCurves : 
        distance:float -> SqlGeometry
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function BufferWithCurves (
    distance As Double
) As SqlGeometry

参数

返回值

Type: Microsoft.SqlServer.Types.SqlGeometry

缓冲的对象。

另请参阅

SqlGeometry 类
Microsoft.SqlServer.Types 命名空间

返回页首