IGeographySink.SetSrid 方法 (Int32)

 

geography类型调用序列设置空间引用标识符 (SRID)。 此 API 已过时。 应使用 IGeographySink110

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

语法

void SetSrid(
    int srid
)
void SetSrid(
    int srid
)
abstract SetSrid : 
        srid:int -> unit
Sub SetSrid (
    srid As Integer
)

参数

  • srid
    Type: System.Int32

    int ,其中包含空间引用标识符 geography 类型。

另请参阅

IGeographySink 接口
Microsoft.SqlServer.Types 命名空间

返回页首