共用方式為


IGeographySink.SetSrid 方法

Sets the Spatial Reference Identifier (SRID) for a geography type call sequence. This API is obsolete. IGeographySink110 should be used instead.

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

語法

'宣告
Sub SetSrid ( _
    srid As Integer _
)
'用途
Dim instance As IGeographySink 
Dim srid As Integer

instance.SetSrid(srid)
void SetSrid(
    int srid
)
void SetSrid(
    int srid
)
abstract SetSrid : 
        srid:int -> unit
function SetSrid(
    srid : int
)

參數

  • srid
    型別:System.Int32
    An int that contains the Spatial Reference Identifier for the geography type.

請參閱

參考

IGeographySink 介面

Microsoft.SqlServer.Types 命名空間